aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/fpu
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
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-26powerpc: Use generic e_expfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella
2019-06-12powerpc: copysign cleanupAdhemerval Zanella
2019-06-12powerpc: consolidate rintAdhemerval Zanella
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-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.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 floor functions not __floor functions in glibc libm.Joseph Myers
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-05Use libm_alias_float for powerpc.Joseph Myers
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers
2017-12-01Define powerpc64 lroundl compat symbol only once.Joseph Myers
2017-12-01Base powerpc logbl compat symbols on __logb not logb.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-10-31[PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra
2017-10-31[PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes
2017-09-15[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho
2017-06-23powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso
2017-06-23powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan