about summary refs log tree commit diff
path: root/src/math/x86_64/atanl.s
Commit message (Collapse)AuthorAgeFilesLines
* x86_64 math asm, long double functions onlyRich Felker2012-03-201-0/+7
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.