about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-2/+4
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-34/+0
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-071-48/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-015-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-025-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-015-5/+5
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-075-5/+5
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0810-236/+0
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-087-169/+0
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-087-160/+1
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-265-79/+0
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-1718-427/+171
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-171-1/+0
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1715-234/+64
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-127-239/+1
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-127-230/+0
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1210-369/+0
* powerpc: copysign cleanupAdhemerval Zanella2019-06-127-201/+1
* powerpc: consolidate rintAdhemerval Zanella2019-06-122-115/+0
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-282-137/+0
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-099-324/+0
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-099-340/+1
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-099-310/+1
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-299-310/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01103-103/+103
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan2018-08-207-162/+0
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-103-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01109-109/+109
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0520-24/+44
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-027-89/+20
* Define powerpc64 lroundl compat symbol only once.Joseph Myers2017-12-011-1/+0
* Base powerpc logbl compat symbols on __logb not logb.Joseph Myers2017-12-011-1/+1
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-0111-100/+23
* Use libm_alias_double for powerpc fabs, fma.Joseph Myers2017-12-012-10/+0
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3141-83/+28
* [PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra2017-10-311-3/+5
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-5/+0
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-5/+0
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-4/+2
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-213-0/+27
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2017-09-152-17/+22
* powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso2017-06-231-1/+1
* powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan2017-06-233-1/+79