optimize malloc0
[musl] / src / math / x86_64 / lrintl.s
index 5d6a15a..d587b12 100644 (file)
@@ -2,6 +2,6 @@
 .type lrintl,@function
 lrintl:
        fldt 8(%rsp)
-       fistpl 8(%rsp)
-       mov 8(%rsp),%eax
+       fistpll 8(%rsp)
+       mov 8(%rsp),%rax
        ret