mirror of git://git.musl-libc.org/musl
math: fix lrintl.s on x86_64 (use movslq to signextend the result)
This commit is contained in:
parent
07039ed856
commit
e5937885de
|
@ -3,5 +3,5 @@
|
|||
lrintl:
|
||||
fldt 8(%rsp)
|
||||
fistpl 8(%rsp)
|
||||
mov 8(%rsp),%eax
|
||||
movslq 8(%rsp),%rax
|
||||
ret
|
||||
|
|
Loading…
Reference in New Issue