| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 5 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 5 | -5/+5 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 5 | -5/+5 |
* | powerpc: refactor logb{f,l} | Adhemerval Zanella | 2019-07-08 | 10 | -236/+0 |
* | powerpc: Refactor modf{f} | Adhemerval Zanella | 2019-07-08 | 7 | -169/+0 |
* | powerpc: hypot refactor and optimization | Adhemerval Zanella | 2019-07-08 | 7 | -160/+1 |
* | powerpc: Use generic e_expf | Adhemerval Zanella | 2019-06-26 | 5 | -79/+0 |
* | powerpc: Refactor powerpc64 lround/lroundf/llround/llroundf | Adhemerval Zanella | 2019-06-17 | 18 | -427/+171 |
* | powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintf | Adhemerval Zanella | 2019-06-17 | 1 | -1/+0 |
* | powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintf | Adhemerval Zanella | 2019-06-17 | 15 | -234/+64 |
* | powerpc: Remove optimized finite | Adhemerval Zanella | 2019-06-12 | 7 | -239/+1 |
* | powerpc: Remove optimized isinf | Adhemerval Zanella | 2019-06-12 | 7 | -230/+0 |
* | powerpc: Remove optimized isnan | Adhemerval Zanella | 2019-06-12 | 10 | -369/+0 |
* | powerpc: copysign cleanup | Adhemerval Zanella | 2019-06-12 | 7 | -201/+1 |
* | powerpc: consolidate rint | Adhemerval Zanella | 2019-06-12 | 2 | -115/+0 |
* | powerpc: generic nearbyint/nearbyintf | Adhemerval Zanella | 2019-05-28 | 2 | -137/+0 |
* | powerpc: trunc/truncf refactor | Adhemerval Zanella | 2019-05-09 | 9 | -324/+0 |
* | powerpc: round/roundf refactor | Adhemerval Zanella | 2019-05-09 | 9 | -340/+1 |
* | powerpc: floor/floorf refactor | Adhemerval Zanella | 2019-05-09 | 9 | -310/+1 |
* | powerpc: ceil/ceilf refactor | Adhemerval Zanella | 2019-04-29 | 9 | -310/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 103 | -103/+103 |
* | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2018-09-27 | 2 | -0/+2 |
* | Use round functions not __round functions in glibc libm. | Joseph Myers | 2018-09-27 | 2 | -0/+2 |
* | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2018-09-20 | 2 | -0/+2 |
* | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2018-09-17 | 2 | -0/+2 |
* | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | powerpc: Remove powerpc specific sinf and cosf optimization | Rajalakshmi Srinivasaraghavan | 2018-08-20 | 7 | -162/+0 |
* | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg | 2018-03-10 | 3 | -0/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 109 | -109/+109 |
* | Use libm_alias_float for powerpc. | Joseph Myers | 2017-12-05 | 20 | -24/+44 |
* | Use libm_alias_double for remaining powerpc functions. | Joseph Myers | 2017-12-02 | 7 | -89/+20 |
* | Define powerpc64 lroundl compat symbol only once. | Joseph Myers | 2017-12-01 | 1 | -1/+0 |
* | Base powerpc logbl compat symbols on __logb not logb. | Joseph Myers | 2017-12-01 | 1 | -1/+1 |
* | Ues libm_alias_double for various powerpc functions. | Joseph Myers | 2017-12-01 | 11 | -100/+23 |
* | Use libm_alias_double for powerpc fabs, fma. | Joseph Myers | 2017-12-01 | 2 | -10/+0 |
* | [PowerPC64] sysdep.h doesn't need to be included in multiarch files | Alan Modra | 2017-10-31 | 41 | -83/+28 |
* | [PowerPC64] Don't define __GI_ variant of isnan for static lib | Alan Modra | 2017-10-31 | 1 | -3/+5 |
* | Use libm_alias_double for dbl-64 modf. | Joseph Myers | 2017-10-03 | 1 | -5/+0 |
* | Use libm_alias_double for dbl-64 logb. | Joseph Myers | 2017-10-03 | 1 | -5/+0 |
* | Do not wrap expf and exp2f | Szabolcs Nagy | 2017-10-02 | 2 | -4/+2 |
* | powerpc: Add redirection for finitef128, isinf128, and isnanf128 | Gabriel F. T. Gomes | 2017-09-21 | 3 | -0/+27 |
* | [BZ #21745] powerpc: build some IFUNC math functions for libc and libm | Tulio Magno Quites Machado Filho | 2017-09-15 | 2 | -17/+22 |
* | powerpc: Fix sinf() IFUNC fallback. | Rogerio A. Cardoso | 2017-06-23 | 1 | -1/+1 |
* | powerpc: Add optimized version of [l]lroundf | Rajalakshmi Srinivasaraghavan | 2017-06-23 | 3 | -1/+79 |
* | powerpc: Add optimized version of [l]lrintf | Rajalakshmi Srinivasaraghavan | 2017-06-21 | 3 | -36/+54 |
* | PowerPC64 ENTRY_TOCLESS | Alan Modra | 2017-06-14 | 18 | -18/+18 |
* | powerpc: Add a POWER8-optimized version of cosf() | Paul Clarke | 2017-05-17 | 4 | -1/+85 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 104 | -104/+104 |
* | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 2016-12-27 | 2 | -10/+0 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 1 | -6/+4 |