about summary refs log tree commit diff
path: root/src/math/x86_64/expl.s
Commit message (Collapse)AuthorAgeFilesLines
* math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-081-19/+17
| | | | exp(inf), exp(-inf), exp(nan) used to raise wrong flags
* x86_64 math asm, long double functions onlyRich Felker2012-03-201-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.