提交 e5937885 编写于 作者: S Szabolcs Nagy

math: fix lrintl.s on x86_64 (use movslq to signextend the result)

上级 07039ed8
......@@ -3,5 +3,5 @@
lrintl:
fldt 8(%rsp)
fistpl 8(%rsp)
mov 8(%rsp),%eax
movslq 8(%rsp),%rax
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册