summaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)AuthorFilesLines
2012-03-13implement nan, nanf, nanlRich Felker3-0/+18
2012-03-13first commit of the new libm!Rich Felker305-7726/+17926
2011-06-30fix error in previous ld80 fpclassify commitRich Felker1-1/+1
2011-06-30catch invalid ld80 bit patterns and treat them as nanRich Felker1-2/+2
2011-06-26type directives for x86_64 math asmRich Felker2-0/+2
2011-06-26use .type directives for math asm (needed for dynamic linking to work)Rich Felker15-0/+26
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain2-0/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker121-0/+8566