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