summaryrefslogtreecommitdiff
path: root/src/math/x86_64/rintl.s
AgeCommit message (Collapse)AuthorLines
2012-03-18asm versions of some simple math functions for i386 and x86_64Rich Felker-0/+6
these are functions that have direct fpu approaches to implementation without problematic exception or rounding issues. x86_64 lacks float/double versions because i'm unfamiliar with the necessary sse code for performing these operations.