aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
AgeCommit message (Expand)Author
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella
2021-11-03[powerpc] Tighten contraints for asm constant parametersPaul A. Clarke
2021-10-06powerpc: update libm test ulpsAdhemerval Zanella
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-04-09powerpc: Update libm test ulpsTulio Magno Quites Machado Filho
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann
2021-03-16powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly
2021-03-16powerpc: Update libm-test-ulpsMatheus Castanho
2021-03-03powerpc: Regenerate ulpsFlorian Weimer
2021-03-02powerpc: Update libm-test-ulpsMatheus Castanho
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-22powerpc: Regenerate ulpsFlorian Weimer
2020-09-10Update powerpc libm-test-ulpsMatheus Castanho
2020-06-22powerpc: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
2020-06-05powerpc64le: use common fmaf128 implementationPaul E. Murphy
2020-06-04powerpc: Fix powerpc64le due a7a3435c9aAdhemerval Zanella
2020-06-03powerpc/fpu: use generic fma functionsVineet Gupta
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes
2020-04-07powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho
2020-03-30math: Remove fenvinline.hAdhemerval Zanella
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-28[powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke
2019-08-28[powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke
2019-08-28[powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke
2019-08-28[powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke
2019-08-28[powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke
2019-07-09[powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke
2019-06-19[powerpc] add 'volatile' to asmPaul A. Clarke