X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fi386%2Fsqrtf.s;h=9e944f456253ebfb27644971102b10be3305536b;hp=b79bd9491c80d07e6f78c8539354dbb03b026ef6;hb=e0a54e6725eaa0b5aeb28e9815c310f70068d308;hpb=291f839a440423a15487ba95822247adb2b098f6 diff --git a/src/math/i386/sqrtf.s b/src/math/i386/sqrtf.s index b79bd949..9e944f45 100644 --- a/src/math/i386/sqrtf.s +++ b/src/math/i386/sqrtf.s @@ -2,4 +2,6 @@ .type sqrtf,@function sqrtf: flds 4(%esp) fsqrt + fstps 4(%esp) + flds 4(%esp) ret