floatscan: fix incorrect count of leading nonzero digits
[musl] / src / math / 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!