Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013年10月07日 | math: fix rare underflow issue in fma | Szabolcs Nagy | -2/+14 |
2013年09月05日 | math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl) | Szabolcs Nagy | -14/+16 |
2013年05月19日 | math: add fma TODO comments about the underflow issue | Szabolcs Nagy | -0/+2 |
2012年11月13日 | math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed | Szabolcs Nagy | -0/+1 |
2012年03月19日 | use scalbn or *2.0 instead of ldexp, fix fmal | nsz | -6/+6 |
2012年03月19日 | fmal bug fix: nan input should not raise exception | nsz | -4/+4 |
2012年03月16日 | make fma and lrint functions build without full fenv support | Rich Felker | -2/+12 |
2012年03月13日 | first commit of the new libm! | Rich Felker | -0/+266 |