summaryrefslogtreecommitdiff
path: root/src/math/x86_64/expl.s
AgeCommit message (Expand)AuthorLines
2013-08-16fix build of x86_64 expl assemblyRich Felker-1/+1
2013-08-15math: fix x86 expl.s to raise underflow and clean up special case handlingSzabolcs Nagy-22/+15
2012-12-16math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy-0/+108
2012-12-16math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy-83/+0
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz-19/+17
2012-03-20x86_64 math asm, long double functions onlyRich Felker-0/+85