Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: fix x86 asin, atan, exp, log1p to raise underflow | Szabolcs Nagy | 2013-08-15 | 1 | -0/+9 |
| | | | | | | underflow is raised by an inexact subnormal float store, since subnormal operations are slow, check the underflow flag and skip the store if it's already raised | ||||
* | asm for log1p | Rich Felker | 2012-03-19 | 1 | -0/+15 |