瀏覽代碼

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.
Rich Felker 12 年之前
父節點
當前提交
19e48c5531
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/x86_64/llrintl.s

+ 1 - 1
src/math/x86_64/llrintl.s

@@ -2,6 +2,6 @@
 .type llrintl,@function
 llrintl:
 	fldt 8(%rsp)
-	fistpq 8(%rsp)
+	fistpll 8(%rsp)
 	mov 8(%rsp),%rax
 	ret