assembly optimizations for fmod/remainder functions
[musl] / src / math / i386 /
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-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-15 Rich Felkerremove special nan handling from x86 sqrt asm
2012-03-15 Rich Felkersimplify nan check in sqrt (x86 asm); result of sqrt...
2012-03-15 Rich Felkeravoid changing NaNs in sqrt (x86 asm) to satisfy c99...
2012-03-15 Rich Felkercorrectly rounded sqrt() asm for x86 (i387)
2012-03-14 Rich Felkercorrect rounding for i387 sqrtf function
2012-03-13 Rich Felkerfirst commit of the new libm!
2011-06-26 Rich Felkeruse .type directives for math asm (needed for dynamic...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0