aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert3-3/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers3-3/+3
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-2/+4
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-34/+0
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella1-48/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert5-5/+5
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella10-236/+0
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella7-169/+0
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella7-160/+1
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella5-79/+0
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella18-427/+171
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella1-1/+0
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella15-234/+64
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella7-239/+1
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella7-230/+0
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella10-369/+0
2019-06-12powerpc: copysign cleanupAdhemerval Zanella7-201/+1
2019-06-12powerpc: consolidate rintAdhemerval Zanella2-115/+0
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2-137/+0
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella9-324/+0
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella9-340/+1
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella9-310/+1
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella9-310/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-0/+2
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-0/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan7-162/+0
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg3-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers109-109/+109
2017-12-05Use libm_alias_float for powerpc.Joseph Myers20-24/+44
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers7-89/+20
2017-12-01Define powerpc64 lroundl compat symbol only once.Joseph Myers1-1/+0
2017-12-01Base powerpc logbl compat symbols on __logb not logb.Joseph Myers1-1/+1
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers11-100/+23
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers2-10/+0
2017-10-31[PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra41-83/+28
2017-10-31[PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra1-3/+5
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers1-5/+0
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy2-4/+2
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes3-0/+27
2017-09-15[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2-17/+22
2017-06-23powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso1-1/+1
2017-06-23powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan3-1/+79