aboutsummaryrefslogtreecommitdiff
path: root/src/math/i386/log1p.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* math: fix x86 asin, atan, exp, log1p to raise underflow•••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 Szabolcs Nagy2013-08-151-0/+9
* asm for log1pRich Felker2012-03-191-0/+15