X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Flrintl.s;h=d587b12b5aba0aafdabb6285b77fb34451b32304;hb=424eab2225ff3f8e3ae9f9eec9dacf2f68b71a2f;hp=0e2c771240f83bc4082a664843d4b5fe707ee685;hpb=e5937885de3c8d493a9d2978aa46a771740c7458;p=musl diff --git a/src/math/x86_64/lrintl.s b/src/math/x86_64/lrintl.s index 0e2c7712..d587b12b 100644 --- a/src/math/x86_64/lrintl.s +++ b/src/math/x86_64/lrintl.s @@ -2,6 +2,6 @@ .type lrintl,@function lrintl: fldt 8(%rsp) - fistpl 8(%rsp) - movslq 8(%rsp),%rax + fistpll 8(%rsp) + mov 8(%rsp),%rax ret