X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmath%2Fi386%2Fsqrt.s;h=8289d0940f6783d20eb17d9b6350504f46376cfe;hb=0a24be213addfb32a8fdfc880fc2649f27d0b9ce;hp=1bd3b05e55348466522170b9e04e4a193514647b;hpb=1295848efb9171011e79610a5c3ab7c20859ea36;p=oweals%2Fmusl.git 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)