aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-07powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho1-16/+18
2020-03-30math: Remove fenvinline.hAdhemerval Zanella2-4/+5
2020-03-19math: Remove inline math testsAdhemerval Zanella1-1135/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra4-4/+12
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke1-4/+15
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke5-6/+6
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke1-1/+1
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke7-9/+9
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke1-3/+15
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2-2/+18
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke8-117/+38
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2-25/+36
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