summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
AgeCommit message (Expand)Author
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
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers
2018-04-04powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
2018-02-12powerpc: Update pow() ULPsTulio Magno Quites Machado Filho
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-06Use xmalloc in tst-setcontext-fpscr.c (bug 19668).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-16powerpc: Update ulpsRajalakshmi Srinivasaraghavan
2017-12-05Use libm_alias_float for powerpc.Joseph Myers
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers
2017-12-01powerpc: Regenerate ULPsGabriel F. T. Gomes
2017-10-18powerpc: fix check-before-set in SET_RESTORE_ROUNDPaul Clarke
2017-10-13powerpc: Avoid putting floating point values in memory [BZ #22189]Tulio Magno Quites Machado Filho
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-22powerpc: Shrink ULPs for float128Gabriel F. T. Gomes
2017-08-10powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes
2017-06-26powerpc64le: Enable float128Paul E. Murphy
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra
2017-05-02powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-21powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho
2017-01-13powerpc: Regenerate ULPsTulio Magno Quites Machado Filho
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-10-21powerpc: Cleanup fenv_private.hPaul Murphy
2016-10-06Add iseqsig.Joseph Myers