about summary refs log tree commit diff
path: root/src/math/i386/exp.s
Commit message (Expand)AuthorAgeFilesLines
* remove the last of possible-textrels from i386 asmRich Felker2015-04-181-0/+3
* math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy2013-09-051-32/+38
* math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy2013-08-151-2/+35
* math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy2012-12-141-6/+0
* math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-081-21/+18
* fix exp asmRich Felker2012-03-191-23/+22
* optimize exponential asm for i386Rich Felker2012-03-191-11/+76
* fix broken exponential asmRich Felker2012-03-181-0/+9
* asm exponential functions for i386Rich Felker2012-03-181-0/+46