| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with GCC 13 _FloatN, _FloatNx built-in functions | Joseph Myers | 2022-10-31 | 1 | -2/+2 |
* | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 2022-10-18 | 2 | -0/+2 |
* | math: Add math-use-builtins-fabs (BZ#29027) | Adhemerval Zanella | 2022-05-23 | 1 | -52/+0 |
* | powerpc: Remove fcopysign{f} implementation | Adhemerval Zanella | 2022-04-07 | 1 | -66/+0 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 15 | -15/+15 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 15 | -15/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 15 | -15/+15 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 15 | -15/+15 |
* | powerpc: Refactor powerpc32 lround/lroundf/llround/llroundf | Adhemerval Zanella | 2019-06-26 | 4 | -125/+127 |
* | powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintf | Adhemerval Zanella | 2019-06-17 | 5 | -40/+62 |
* | powerpc: Remove optimized isnan | Adhemerval Zanella | 2019-06-12 | 1 | -57/+0 |
* | powerpc: copysign cleanup | Adhemerval Zanella | 2019-06-12 | 2 | -54/+0 |
* | powerpc: consolidate rint | Adhemerval Zanella | 2019-06-12 | 2 | -135/+0 |
* | powerpc: generic nearbyint/nearbyintf | Adhemerval Zanella | 2019-05-28 | 2 | -159/+0 |
* | powerpc: trunc/truncf refactor | Adhemerval Zanella | 2019-05-09 | 2 | -166/+0 |
* | powerpc: round/roundf refactor | Adhemerval Zanella | 2019-05-09 | 2 | -193/+0 |
* | powerpc: floor/floorf refactor | Adhemerval Zanella | 2019-05-09 | 2 | -152/+0 |
* | powerpc: ceil/ceilf refactor | Adhemerval Zanella | 2019-04-29 | 2 | -152/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 29 | -29/+29 |
* | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 29 | -29/+29 |
* | Use libm_alias_float for powerpc. | Joseph Myers | 2017-12-05 | 11 | -11/+22 |
* | Use libm_alias_double for remaining powerpc functions. | Joseph Myers | 2017-12-02 | 5 | -44/+11 |
* | Ues libm_alias_double for various powerpc functions. | Joseph Myers | 2017-12-01 | 6 | -54/+12 |
* | Use libm_alias_double for powerpc fabs, fma. | Joseph Myers | 2017-12-01 | 2 | -10/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 29 | -29/+29 |
* | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 2016-12-27 | 2 | -10/+0 |
* | powerpc: Add hidden definition for __sigsetjmp | Florian Weimer | 2016-11-29 | 1 | -0/+1 |
* | powerpc: Remove unintended __longjmp symbol from ABI | Florian Weimer | 2016-11-29 | 1 | -3/+1 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 1 | -3/+20 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -5/+0 |
* | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 12 | -12/+84 |
* | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2016-05-27 | 1 | -2/+19 |
* | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 6 | -18/+36 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 29 | -29/+29 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 2 | -6/+12 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 2 | -4/+8 |
* | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 2015-10-14 | 1 | -2/+41 |
* | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2015-10-13 | 2 | -2/+68 |
* | Move powerpc llround implementations to powerpc32 directory. | Joseph Myers | 2015-10-13 | 2 | -0/+96 |
* | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 2015-10-13 | 4 | -2/+94 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 3 | -0/+75 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 26 | -26/+26 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 2 | -6/+6 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 2 | -2/+2 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 3 | -3/+3 |
* | PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARD | Adhemerval Zanella | 2014-04-06 | 2 | -10/+11 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 26 | -26/+26 |
* | PowerPC: multiarch isnan/isnanf for PowerPC32 | Adhemerval Zanella | 2013-12-06 | 1 | -0/+2 |
* | PowerPC: Add systemtap static probe points in setjmp/longjmp | Adhemerval Zanella | 2013-12-05 | 4 | -16/+28 |