Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variables | Andreas Schwab | 2016-01-27 | 1 | -2/+0 |
| | | | | They are flagged by -Wunused-const-variable. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | PowerPC: fix hypot/hypotf check for -INF | Adhemerval Zanella | 2013-05-17 | 1 | -3/+3 |
| | |||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | PowerPC: fix hypot/hypof FP exceptions | Adhemerval Zanella | 2013-05-06 | 1 | -14/+0 |
| | | | | | This patch fixes hypot/hypotf spurious floating-point exceptions generate by internal operations. | ||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Use double precision instead of scaling for powerpc __ieee754_hypotf | Andreas Schwab | 2012-03-15 | 1 | -36/+8 |
| | |||||
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 1 | -2/+2 |
| | | | | Entire tree edited via find | grep | sed. | ||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -0/+1 |
| | | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | ||||
* | Fix PLT uses in libm on powerpc | Andreas Schwab | 2011-09-15 | 1 | -4/+4 |
| | |||||
* | Trigonometric optimizations for POWER | Adhemerval Zanella | 2011-09-07 | 1 | -0/+118 |