about summary refs log tree commit diff
path: root/src/math/i386/log1pf.s
Commit message (Collapse)AuthorAgeFilesLines
* math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy2013-08-151-0/+10
| | | | | | 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 log1pRich Felker2012-03-191-0/+15