aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert13-13/+13
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-18/+21
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers13-13/+13
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-2/+2
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2-0/+2
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-52/+0
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella1-66/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert15-15/+15
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert15-15/+15
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert15-15/+15
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella4-125/+127
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella5-40/+62
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella1-57/+0
2019-06-12powerpc: copysign cleanupAdhemerval Zanella2-54/+0
2019-06-12powerpc: consolidate rintAdhemerval Zanella2-135/+0
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2-159/+0
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella2-166/+0
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella2-193/+0
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella2-152/+0
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella2-152/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2017-12-05Use libm_alias_float for powerpc.Joseph Myers11-11/+22
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers5-44/+11
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers6-54/+12
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers2-10/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2-10/+0
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer1-0/+1
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer1-3/+1
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers1-3/+20
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers1-5/+0
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers1-2/+19
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2-6/+12
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2-4/+8
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers1-2/+41
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers2-2/+68
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers2-0/+96
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers4-2/+94
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers3-0/+75
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers26-26/+26
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-6/+6
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar2-2/+2
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar3-3/+3
2014-04-06PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARDAdhemerval Zanella2-10/+11