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