From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 65115385741C; Thu, 31 Mar 2022 19:02:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65115385741C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: a84268bf9b76263479d42b7e989a98e522596d04 X-Git-Newrev: 8108ab25dc0e8be530fcf40f286e934a935d7c3b Message-Id: <20220331190237.65115385741C@sourceware.org> Date: Thu, 31 Mar 2022 19:02:37 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2022 19:02:37 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8108ab25dc0e8be530fcf40f286e934a935d7c3b commit 8108ab25dc0e8be530fcf40f286e934a935d7c3b Author: Adhemerval Zanella Date: Thu Mar 10 14:48:44 2022 -0300 math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm Diff: --- sysdeps/x86/fpu/sfp-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/fpu/sfp-machine.h b/sysdeps/x86/fpu/sfp-machine.h index 5892f4f5fe..1cacdb4ebd 100644 --- a/sysdeps/x86/fpu/sfp-machine.h +++ b/sysdeps/x86/fpu/sfp-machine.h @@ -41,7 +41,7 @@ typedef unsigned int UTItype __attribute__ ((mode (TI))); # define FP_INIT_ROUNDMODE \ do { \ - __asm__ __volatile__ ("%vstmxcsr\t%0" : "=m" (_fcw)); \ + __asm__ __volatile__ ("vstmxcsr\t%0" : "=m" (_fcw)); \ } while (0) #else # define _FP_W_TYPE_SIZE 32