Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-06-02 | use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too | Rich Felker | -1/+1 |
2012-05-05 | math: change the formula used for acos.s | nsz | -10/+8 |
2012-04-29 | fix typo in the x86_64 rounding asm | Rich Felker | -4/+4 |
2012-04-29 | new math asm (abs/rounding) for x86_64 | Rich Felker | -0/+36 |
2012-04-04 | math: fix x86 asin accuracy | nsz | -3/+3 |
2012-03-29 | math: remove x86 modf asm | nsz | -27/+0 |
2012-03-22 | acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) | nsz | -3/+1 |
2012-03-20 | x86_64 math asm, long double functions only | Rich Felker | -0/+239 |
2012-03-18 | assembly optimizations for fmod/remainder functions | Rich Felker | -0/+22 |
2012-03-18 | asm versions of some simple math functions for i386 and x86_64 | Rich Felker | -0/+12 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+5 |
2011-06-26 | type directives for x86_64 math asm | Rich Felker | -0/+2 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | -0/+6 |