math: raise invalid flag in ilogb*.c on +-0, +-inf and nan
[musl] / src / math / x86_64 /
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-08 nszmath: fix exp.s on i386 and x86_64 so the exception... exp
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-04 nszmath: change the formula used for acos.s
2012-04-30 Rich Felkerfix typo in the x86_64 rounding asm
2012-04-30 Rich Felkernew math asm (abs/rounding) for x86_64
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-04 nszmath: fix x86 asin accuracy
2012-03-29 nszmath: remove x86 modf asm
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-18 Rich Felkerassembly optimizations for fmod/remainder functions
2012-03-18 Rich Felkerasm versions of some simple math functions for i386...
2012-03-13 Rich Felkerfirst commit of the new libm!
2011-06-26 Rich Felkertype directives for x86_64 math asm
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!