mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-21 04:34:18 +03:00
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.
This commit is contained in:
parent
9ea20dcbaa
commit
19e48c5531
@ -2,6 +2,6 @@
|
||||
.type llrintl,@function
|
||||
llrintl:
|
||||
fldt 8(%rsp)
|
||||
fistpq 8(%rsp)
|
||||
fistpll 8(%rsp)
|
||||
mov 8(%rsp),%rax
|
||||
ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user