Age | Commit message (Expand) | Author | Files | Lines |
2014-11-05 | math: use fnstsw consistently instead of fstsw in x87 asm | Szabolcs Nagy | 2 | -2/+2 |
2014-11-05 | math: fix x86_64 and x32 asm not to use sahf instruction | Szabolcs Nagy | 3 | -14/+7 |
2013-09-13 | fix x86_64 lrintl asm, again | Rich Felker | 1 | -2/+2 |
2013-09-05 | math: fix expm1l on x86_64 (avoid underflow for large negative x) | Szabolcs Nagy | 3 | -3/+13 |
2013-09-05 | math: fix lrintl.s on x86_64 (use movslq to signextend the result) | Szabolcs Nagy | 1 | -1/+1 |
2013-09-05 | math: fix exp2l asm on x86 (raise underflow correctly) | Szabolcs Nagy | 1 | -35/+40 |
2013-08-16 | fix build of x86_64 expl assembly | Rich Felker | 1 | -1/+1 |
2013-08-15 | math: fix x86 expl.s to raise underflow and clean up special case handling | Szabolcs Nagy | 1 | -22/+15 |
2012-12-16 | math: x86_64 version of expl, fixed some comments in the i386 version | Szabolcs Nagy | 1 | -0/+108 |
2012-12-16 | math: move x86_64 exp2l implementation to exp2l.s from expl.s | Szabolcs Nagy | 3 | -85/+76 |
2012-12-12 | math: add empty __invtrigl.s to i386 and x86_64 | Szabolcs Nagy | 1 | -0/+0 |
2012-08-08 | math: fix exp.s on i386 and x86_64 so the exception flags are correct | nsz | 1 | -19/+17 |
2012-06-02 | use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too | Rich Felker | 1 | -1/+1 |
2012-05-05 | math: change the formula used for acos.s | nsz | 1 | -10/+8 |
2012-04-29 | fix typo in the x86_64 rounding asm | Rich Felker | 4 | -4/+4 |
2012-04-29 | new math asm (abs/rounding) for x86_64 | Rich Felker | 6 | -0/+36 |
2012-04-04 | math: fix x86 asin accuracy | nsz | 1 | -3/+3 |
2012-03-29 | math: remove x86 modf asm | nsz | 1 | -27/+0 |
2012-03-22 | acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) | nsz | 1 | -3/+1 |
2012-03-20 | x86_64 math asm, long double functions only | Rich Felker | 17 | -0/+239 |
2012-03-18 | assembly optimizations for fmod/remainder functions | Rich Felker | 2 | -0/+22 |
2012-03-18 | asm versions of some simple math functions for i386 and x86_64 | Rich Felker | 2 | -0/+12 |
2012-03-13 | first commit of the new libm! | Rich Felker | 3 | -0/+5 |
2011-06-26 | type directives for x86_64 math asm | Rich Felker | 2 | -0/+2 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2 | -0/+6 |