diff options
| -rw-r--r-- | src/math/x86_64/lrintl.s | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/math/x86_64/lrintl.s b/src/math/x86_64/lrintl.s index 0e2c7712..d587b12b 100644 --- a/src/math/x86_64/lrintl.s +++ b/src/math/x86_64/lrintl.s @@ -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 | 
