summaryrefslogtreecommitdiff
path: root/src/math/x86_64/lrintl.s
AgeCommit message (Collapse)AuthorLines
2013-09-05math: fix lrintl.s on x86_64 (use movslq to signextend the result)Szabolcs Nagy-1/+1
2012-03-20x86_64 math asm, long double functions onlyRich Felker-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.