Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-03-18 | asm exponential functions for i386 | Rich Felker | 9 | -0/+89 |
2012-03-18 | assembly optimizations for fmod/remainder functions | Rich Felker | 6 | -0/+66 |
2012-03-18 | asm versions of some simple math functions for i386 and x86_64 | Rich Felker | 6 | -0/+36 |
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 | correct rounding for i387 sqrtf function | Rich Felker | 1 | -0/+2 |
2012-03-13 | first commit of the new libm! | Rich Felker | 25 | -179/+5 |
2011-06-26 | use .type directives for math asm (needed for dynamic linking to work) | Rich Felker | 15 | -0/+26 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 24 | -0/+163 |