Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) | nsz | 2012-03-22 | 1 | -3/+1 |
* | x86_64 math asm, long double functions only | Rich Felker | 2012-03-20 | 17 | -0/+239 |
* | assembly optimizations for fmod/remainder functions | Rich Felker | 2012-03-18 | 2 | -0/+22 |
* | asm versions of some simple math functions for i386 and x86_64 | Rich Felker | 2012-03-18 | 2 | -0/+12 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 3 | -0/+5 |
* | type directives for x86_64 math asm | Rich Felker | 2011-06-26 | 2 | -0/+2 |
* | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2011-02-15 | 2 | -0/+6 |