Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify nan check in sqrt (x86 asm); result of sqrt is never negative | Rich Felker | 2012-03-15 | 1 | -4/+3 |
* | avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation | Rich Felker | 2012-03-15 | 1 | -0/+4 |
* | correctly rounded sqrt() asm for x86 (i387) | Rich Felker | 2012-03-15 | 1 | -0/+16 |
* | correct rounding for i387 sqrtf function | Rich Felker | 2012-03-13 | 1 | -0/+2 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 25 | -179/+5 |
* | use .type directives for math asm (needed for dynamic linking to work) | Rich Felker | 2011-06-26 | 15 | -0/+26 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 24 | -0/+163 |