Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-03-15 | remove special nan handling from x86 sqrt asm | Rich Felker | -3/+0 |
2012-03-15 | simplify nan check in sqrt (x86 asm); result of sqrt is never negative | Rich Felker | -4/+3 |
2012-03-15 | avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation | Rich Felker | -0/+4 |
2012-03-15 | correctly rounded sqrt() asm for x86 (i387) | Rich Felker | -0/+16 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+5 |