summaryrefslogtreecommitdiff
path: root/src/math/x86_64
AgeCommit message (Expand)AuthorLines
2012-03-29math: remove x86 modf asmnsz-27/+0
2012-03-22acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))nsz-3/+1
2012-03-20x86_64 math asm, long double functions onlyRich Felker-0/+239
2012-03-18assembly optimizations for fmod/remainder functionsRich Felker-0/+22
2012-03-18asm versions of some simple math functions for i386 and x86_64Rich Felker-0/+12
2012-03-13first commit of the new libm!Rich Felker-0/+5
2011-06-26type directives for x86_64 math asmRich Felker-0/+2
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+6