Age | Commit message (Expand) | Author |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy |
2018-09-19 | Add new pow implementation | Szabolcs Nagy |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers |
2018-05-10 | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-19 | Avoid signed shift overflow in pow (bug 21309). | Bernd Edlinger |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-02 | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers |
2016-10-14 | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software |
2016-01-04 | Eliminate redundant sign extensions in pow() | Anton Blanchard |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-09-25 | Fix pow missing underflows (bug 18825). | Joseph Myers |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-06-23 | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-10-08 | Format e_pow.c | Siddhesh Poyarekar |
2013-04-05 | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge |
2013-04-05 | Remove unreachable code. | Thomas Schwinge |
2013-03-26 | Removed commented code | Siddhesh Poyarekar |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2012-12-29 | Demystify the magic number 134217729.0 | Siddhesh Poyarekar |
2012-11-07 | Fix spurious underflows from pow with results close to 1 (bug 14811). | Joseph Myers |
2012-06-15 | Fix pow (0.0, -Inf) (bug 14241). | Joseph Myers |
2012-04-09 | Fix missing overflow exceptions from pow (bug 13873). | Joseph Myers |
2012-03-21 | Fix pow of zero and infinity to large powers. | Joseph Myers |
2012-03-19 | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson |
2012-03-09 | Use <> for math.h and math_private.h everywhere. | Richard Henderson |
2012-03-05 | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2011-10-25 | Cleanup FMA4 patch | Ulrich Drepper |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper |
2011-10-24 | Finish renamed DLA_FMA -> DLA_FMS | Ulrich Drepper |
2011-10-23 | Clean up last dla.h change | Ulrich Drepper |
2011-10-22 | Start using fma in the libm implementation | Ulrich Drepper |
2011-10-12 | Optimize libm | Ulrich Drepper |
2007-03-05 | [BZ #4096] | Ulrich Drepper |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper |
2007-07-31 | . | Jakub Jelinek |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper |
2007-07-12 | 2.5-18.1 | Jakub Jelinek |