summaryrefslogtreecommitdiff
path: root/src/math/x86_64/expl.s
AgeCommit message (Collapse)AuthorFilesLines
2012-12-16math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy1-0/+108
2012-12-16math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy1-83/+0
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz1-19/+17
exp(inf), exp(-inf), exp(nan) used to raise wrong flags
2012-03-20x86_64 math asm, long double functions onlyRich Felker1-0/+85
this has not been tested heavily, but it's known to at least assemble and run in basic usage cases. it's nearly identical to the corresponding i386 code, and thus expected to be just as correct or just as incorrect.