aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
AgeCommit message (Expand)AuthorFilesLines
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert55-55/+55
2019-08-28[powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke1-15/+6
2019-08-28[powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke1-8/+4
2019-08-28[powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke1-2/+36
2019-08-28[powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke4-24/+30
2019-08-28[powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke3-33/+63
2019-07-09[powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke1-1/+3
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella3-0/+198
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella2-0/+114
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella1-72/+22
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke3-2/+23
2019-06-19[powerpc] add 'volatile' to asmPaul A. Clarke1-2/+2
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2-1/+1
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella2-63/+0
2019-06-12powerpc: copysign cleanupAdhemerval Zanella2-0/+60
2019-06-12powerpc: consolidate rintAdhemerval Zanella3-43/+32
2019-06-06[powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke1-0/+33
2019-06-05[powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke1-13/+1
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella3-7/+75
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella3-1/+73
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella3-1/+89
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella3-1/+73
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella4-0/+183
2019-04-17powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2-2/+4
2019-04-17powerpc: fma using builtinsAdhemerval Zanella2-14/+10
2019-04-17powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2-34/+0
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2-10/+5
2019-03-25powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella1-115/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-11Use float in e_sqrt.cPaul Clarke1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-24/+0
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-20/+0
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-20/+0
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-20/+0
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-48/+48
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2-2/+2
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers2-0/+2
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-3/+4
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers1-0/+27
2018-08-24Remove unused math filesWilco Dijkstra2-461/+0
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan4-262/+0
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+3
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+16
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-6/+28
2018-04-04powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho1-0/+6
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+4
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-30/+0