提交 19e48c55 编写于 作者: R Rich Felker

use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too

this was fixed previously on i386 but the corresponding code on x86_64
was missed.
上级 9ea20dcb
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
.type llrintl,@function .type llrintl,@function
llrintl: llrintl:
fldt 8(%rsp) fldt 8(%rsp)
fistpq 8(%rsp) fistpll 8(%rsp)
mov 8(%rsp),%rax mov 8(%rsp),%rax
ret ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册