about summary refs log tree commit diff
path: root/src/math/i386/sqrt.s
Commit message (Expand)AuthorAgeFilesLines
* math: move i386 sqrt to C with inline asmAlexander Monakov2020-03-241-21/+0
* math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy2014-11-051-1/+1
* remove special nan handling from x86 sqrt asmRich Felker2012-03-151-3/+0
* simplify nan check in sqrt (x86 asm); result of sqrt is never negativeRich Felker2012-03-151-4/+3
* avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendationRich Felker2012-03-151-0/+4
* correctly rounded sqrt() asm for x86 (i387)Rich Felker2012-03-151-0/+16
* first commit of the new libm!Rich Felker2012-03-131-0/+5