aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
AgeCommit message (Expand)Author
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
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella
2019-06-12powerpc: copysign cleanupAdhemerval Zanella
2019-06-12powerpc: consolidate rintAdhemerval Zanella
2019-06-06[powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke
2019-06-05[powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella
2019-04-17powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella
2019-04-17powerpc: fma using builtinsAdhemerval Zanella
2019-04-17powerpc: Use generic fabs{f} implementationsAdhemerval Zanella
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke
2019-03-25powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-11Use float in e_sqrt.cPaul Clarke
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers
2018-08-24Remove unused math filesWilco Dijkstra