summaryrefslogtreecommitdiff
path: root/src/math/i386/exp.s
AgeCommit message (Expand)AuthorLines
2013-09-05math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy-32/+38
2013-08-15math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy-2/+35
2012-12-14math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy-6/+0
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz-21/+18
2012-03-19fix exp asmRich Felker-23/+22
2012-03-19optimize exponential asm for i386Rich Felker-11/+76
2012-03-18fix broken exponential asmRich Felker-0/+9
2012-03-18asm exponential functions for i386Rich Felker-0/+46