From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1EF613858CDB; Thu, 4 Apr 2024 06:15:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EF613858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712211303; bh=GYsVfrnEpBxLiU0fp8n4yzFp8CfPcQf5ig3t/HqvH0c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pT2ExBsjzUGBeQrNsTfLk0TAyhALfhoKFxNT4ZjIuZoeisMinyAtAAyh7NJMVs8xo lN9y7vIHOuwgDQ1u23Th2F/DWgAWHTL/KIkF3tv91N8+jxfzihPJwKK7CD97Mo/BPO 9kqdlZ4YITdDWwtL9netVMeMaRnTCTK+KUvv4nzA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/31335] Compile glibc with -march=x86-64-v3 should disable FMA4 multi-arch version Date: Thu, 04 Apr 2024 06:15:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31335 --- Comment #3 from Florian Weimer --- Has this bug been fixed? I ran into this issue while trying to build glibc with -mapxf. This option = is logically incompatible with -mfma4, although not rejected by GCC. I don't expect there to be any hardware that supports this combination, and GCC generates assembly that is incompatible with GAS: /tmp/ccuidrGh.s: Assembler messages: /tmp/ccuidrGh.s:451: Error: extended GPR cannot be used as base/index for `vfmaddsd' /tmp/ccuidrGh.s:702: Error: extended GPR cannot be used as base/index for `vfmaddsd' /tmp/ccuidrGh.s:821: Error: extended GPR cannot be used as base/index for `vfmaddsd' /tmp/ccuidrGh.s:1449: Error: extended GPR cannot be used as base/index for `vfmaddsd' /tmp/ccuidrGh.s:1591: Error: extended GPR cannot be used as base/index for `vfmaddsd' /tmp/ccuidrGh.s:1709: Error: extended GPR cannot be used as base/index for `vfmaddsd' --=20 You are receiving this mail because: You are on the CC list for the bug.=