X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fi386%2Fsqrt.s;h=8289d0940f6783d20eb17d9b6350504f46376cfe;hb=d50955620ff2eaa4c0aa87bb51b91d63ac8d7b94;hp=1bd3b05e55348466522170b9e04e4a193514647b;hpb=1295848efb9171011e79610a5c3ab7c20859ea36;p=musl diff --git a/src/math/i386/sqrt.s b/src/math/i386/sqrt.s index 1bd3b05e..8289d094 100644 --- a/src/math/i386/sqrt.s +++ b/src/math/i386/sqrt.s @@ -10,9 +10,6 @@ sqrt: fldl 4(%esp) and $0x7ff,%ecx cmp $0x400,%ecx jnz 1f - mov 8(%esp),%cx - inc %cx - jo 1f and $0x200,%eax sub $0x100,%eax sub %eax,(%esp)