about summary refs log tree commit diff
path: root/src/math/x86_64/llrintl.s
Commit message (Collapse)AuthorAgeFilesLines
* use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker2012-06-021-1/+1
| | | | | this was fixed previously on i386 but the corresponding code on x86_64 was missed.
* 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.