optimize malloc0
[musl] / src / math / x86_64 / lrintl.s
index 0e2c771..d587b12 100644 (file)
@@ -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