math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / i386 / sqrt.s
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-13 Rich Felkerfirst commit of the new libm!