summaryrefslogtreecommitdiff
path: root/src/math/i386/log1p.s
AgeCommit message (Collapse)AuthorLines
2013-08-15math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy-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
2012-03-19asm for log1pRich Felker-0/+15