From 19e48c5531fda9c4767b99b754cb9345902dd100 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 2 Jun 2012 16:48:22 -0400 Subject: 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. --- src/math/x86_64/llrintl.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/x86_64/llrintl.s b/src/math/x86_64/llrintl.s index 3f3b7eea..1ec0817d 100644 --- a/src/math/x86_64/llrintl.s +++ b/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 -- cgit v1.2.1