From: Rich Felker Date: Sat, 2 Jun 2012 20:48:22 +0000 (-0400) Subject: use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too X-Git-Tag: v0.9.1~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19e48c5531fda9c4767b99b754cb9345902dd100;p=oweals%2Fmusl.git 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. --- 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