Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: fix rare underflow issue in fma | Szabolcs Nagy | 2013-10-07 | 1 | -2/+14 |
* | math: remove *_WORD64 macros from libm.h | Szabolcs Nagy | 2013-09-05 | 1 | -13/+13 |
* | math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl) | Szabolcs Nagy | 2013-09-05 | 1 | -24/+14 |
* | math: add fma TODO comments about the underflow issue | Szabolcs Nagy | 2013-05-19 | 1 | -0/+2 |
* | math: fix two fma issues (only affects non-nearest rounding mode, x86) | Szabolcs Nagy | 2013-05-19 | 1 | -4/+38 |
* | math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed | Szabolcs Nagy | 2012-11-13 | 1 | -0/+2 |
* | math: fix fma bug on x86 (found by Bruno Haible with gnulib) | nsz | 2012-06-20 | 1 | -2/+10 |
* | use scalbn or *2.0 instead of ldexp, fix fmal | nsz | 2012-03-19 | 1 | -6/+6 |
* | remove unnecessary TODO comments from fma.c | nsz | 2012-03-19 | 1 | -5/+1 |
* | add fma implementation for x86 | nsz | 2012-03-19 | 1 | -7/+143 |
* | make fma and lrint functions build without full fenv support | Rich Felker | 2012-03-16 | 1 | -2/+12 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 1 | -0/+270 |