| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 2016-10-07 | 6 | -51/+74 |
* | ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). | Aurelien Jarno | 2016-07-08 | 1 | -0/+5 |
* | powerpc: Add a POWER8-optimized version of sinf() | Anton Blanchard | 2016-06-30 | 4 | -1/+85 |
* | powerpc: Add a POWER8-optimized version of expf() | Tulio Magno Quites Machado Filho | 2016-06-30 | 4 | -1/+83 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -5/+0 |
* | Fix powerpc64 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 | -3/+2 |
* | Do not raise "inexact" from powerpc64 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 | 98 | -98/+98 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 2 | -6/+12 |
* | Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception... | Joseph Myers | 2015-11-12 | 2 | -0/+13 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 2 | -4/+8 |
* | powerpc: Fix fsqrt build in libm [BZ#16576] | Adhemerval Zanella | 2015-01-28 | 2 | -60/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 100 | -100/+100 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 8 | -8/+8 |
* | PowerPC: Fix multiarch hypotf PPC64 path | Adhemerval Zanella | 2014-05-19 | 1 | -0/+0 |
* | Fix s_copysign stack temp for PowerPC64 ELFv2 | Alan Modra | 2014-04-01 | 1 | -2/+2 |
* | PowerPC: remove wrong roundl implementation for PowerPC64 | Adhemerval Zanella | 2014-03-14 | 1 | -132/+0 |
* | PowerPC: remove wrong nearbyintl implementation for PPC64 | Adhemerval Zanella | 2014-03-14 | 1 | -113/+0 |
* | PowerPC: remove wrong ceill implementation for PowerPC64 | Adhemerval Zanella | 2014-03-14 | 1 | -132/+0 |
* | PowerPC: llround/llroundf POWER8 optimization | Adhemerval Zanella | 2014-02-27 | 3 | -5/+39 |
* | PowerPC: llrint/llrintf POWER8 optimization | Adhemerval Zanella | 2014-02-27 | 3 | -3/+38 |
* | PowerPC: Optimized finite/finitef for POWER8 | Adhemerval Zanella | 2014-02-27 | 4 | -6/+45 |
* | PowerPC: Optimized isinf/isinff for POWER8 | Adhemerval Zanella | 2014-02-27 | 4 | -6/+46 |
* | PowerPC: Optimized isnan/isnanf for POWER8 | Adhemerval Zanella | 2014-02-27 | 4 | -17/+57 |
* | PowerPC: remove wrong truncl implementation for PowerPC64 | Adhemerval Zanella | 2014-01-08 | 1 | -120/+0 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 99 | -99/+99 |