summaryrefslogtreecommitdiff
path: root/src/math/i386/exp.s
AgeCommit message (Expand)AuthorFilesLines
2020-02-06rename i386 exp.s to exp_ld.sRich Felker1-146/+0
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker1-8/+2
2015-04-18remove the last of possible-textrels from i386 asmRich Felker1-0/+3
2013-09-05math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy1-32/+38
2013-08-15math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy1-2/+35
2012-12-14math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy1-6/+0
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz1-21/+18
2012-03-19fix exp asmRich Felker1-23/+22
2012-03-19optimize exponential asm for i386Rich Felker1-11/+76
2012-03-18fix broken exponential asmRich Felker1-0/+9
2012-03-18asm exponential functions for i386Rich Felker1-0/+46