Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: fix x86 asin, atan, exp, log1p to raise underflow | Szabolcs Nagy | 2013-08-15 | 1 | -2/+35 |
* | math: fix i386/expl.s with more precise x*log2e | Szabolcs Nagy | 2012-12-14 | 1 | -6/+0 |
* | math: fix exp.s on i386 and x86_64 so the exception flags are correct | nsz | 2012-08-08 | 1 | -21/+18 |
* | fix exp asm | Rich Felker | 2012-03-19 | 1 | -23/+22 |
* | optimize exponential asm for i386 | Rich Felker | 2012-03-19 | 1 | -11/+76 |
* | fix broken exponential asm | Rich Felker | 2012-03-18 | 1 | -0/+9 |
* | asm exponential functions for i386 | Rich Felker | 2012-03-18 | 1 | -0/+46 |