fix loads of missing const in new libm, and some global vars (?!) in powl
[musl] / src / math / 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