about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke2019-06-303-2/+23
* [powerpc] add 'volatile' to asmPaul A. Clarke2019-06-191-2/+2
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-172-1/+1
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-122-63/+0
* powerpc: copysign cleanupAdhemerval Zanella2019-06-122-0/+60
* powerpc: consolidate rintAdhemerval Zanella2019-06-123-43/+32
* [powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke2019-06-061-0/+33
* [powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke2019-06-051-13/+1
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-283-7/+75
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-093-1/+73
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-093-1/+89
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-093-1/+73
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-294-0/+183
* powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2019-04-172-2/+4
* powerpc: fma using builtinsAdhemerval Zanella2019-04-172-14/+10
* powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2019-04-172-34/+0
* [powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2019-03-292-10/+5
* powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella2019-03-251-115/+0
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Use float in e_sqrt.cPaul Clarke2019-02-111-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0139-39/+39
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-271-24/+0
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-20/+0
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-20/+0
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-20/+0
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-48/+48
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-042-2/+2
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-032-0/+2
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-3/+4
* Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers2018-08-271-0/+27
* Remove unused math filesWilco Dijkstra2018-08-242-461/+0
* powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan2018-08-204-262/+0
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+3
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+16
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-092-6/+28
* powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho2018-04-041-0/+6
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+4
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-30/+0
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-152-5/+5
* powerpc: Update pow() ULPsTulio Magno Quites Machado Filho2018-02-121-0/+2
* Add narrowing add functions.Joseph Myers2018-02-101-0/+4
* Use xmalloc in tst-setcontext-fpscr.c (bug 19668).Joseph Myers2018-02-061-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0143-43/+43
* powerpc: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* Use libm_alias_float for powerpc.Joseph Myers2017-12-055-5/+10
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-011-5/+2
* Use libm_alias_double for powerpc fabs, fma.Joseph Myers2017-12-012-12/+4
* powerpc: Regenerate ULPsGabriel F. T. Gomes2017-12-011-2/+2