aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/fpu
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
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-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval 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-14Use rint functions not __rint functions in glibc libm.Joseph Myers
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-01Ues libm_alias_double for various powerpc functions.Joseph Myers
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-04-06PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARDAdhemerval Zanella