| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | ieee754: provide gcc builtins based generic fma functions | Vineet Gupta | 2020-06-03 | 1 | -0/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Remove unnecessary math_private.h includes. | Joseph Myers | 2018-09-28 | 1 | -1/+0 |
* | Do not include fenv_private.h in math_private.h. | Joseph Myers | 2018-09-03 | 1 | -0/+1 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Use libm_alias_double for dbl-64 fma. | Joseph Myers | 2017-10-04 | 1 | -6/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Call math_opt_barrier inside if | H.J. Lu | 2016-01-15 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Use C11 *_TRUE_MIN macros where applicable. | Joseph Myers | 2015-10-28 | 1 | -1/+1 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 1 | -2/+2 |
* | Fix fma spurious underflows (bug 18824). | Joseph Myers | 2015-08-14 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Force eval for fma implementations | Richard Henderson | 2014-08-01 | 1 | -5/+6 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Fix fma underflows with small x * y (bug 14793). | Joseph Myers | 2012-11-06 | 1 | -18/+27 |
* | Fix fma overflow results outside round-to-nearest mode (bug 14797). | Joseph Myers | 2012-11-04 | 1 | -4/+5 |
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -2/+16 |
* | Fix fma (a, b, c) for small a * b (bugs 14784, 14785). | Joseph Myers | 2012-11-01 | 1 | -4/+32 |
* | Fix fma underflow exceptions in after-rounding edge cases. | Joseph Myers | 2012-10-31 | 1 | -0/+12 |
* | Fix fma missing underflows and bad results for some subnormal results (bugs 1... | Joseph Myers | 2012-10-30 | 1 | -14/+8 |
* | Fix sign of inexact zero return from fma (bug 14645). | Joseph Myers | 2012-10-01 | 1 | -0/+5 |
* | Fix sign of exact zero return from fma (bug 14638). | Joseph Myers | 2012-09-29 | 1 | -0/+5 |
* | Add a barrier in the double fma implementation. | Aurelien Jarno | 2012-06-01 | 1 | -1/+3 |
* | Create and use libc_feupdateenv_test. | Richard Henderson | 2012-03-19 | 1 | -12/+13 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 2011-10-18 | 1 | -11/+11 |
* | Implement fmal, some fma bugfixes | Jakub Jelinek | 2010-10-15 | 1 | -0/+8 |
* | Fix some more dbl-64/s_fma.c issue | Jakub Jelinek | 2010-10-15 | 1 | -15/+88 |
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -0/+146 |