From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17A713858C56; Sun, 25 Feb 2024 23:17:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17A713858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708903030; bh=Ivh3BY9dKPqAvtj5HqUcnSnV9Gfwa5+lxSmxP2cvYGk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PEeBz8Y3X/KxoAXlI6G7YGmDPVMF5BBrKYmvLgn21HJSdLOTDHL+rhJd0t5+e0t4a HCm+npOmQy5/LuiBiTiD2HcjdpoMpy7g3peLaJko3UcPvEQ+NbnlKtUSno3q2v+luv OK+/LuQVT5Ubw6UK1kVsBgHvj4tfR8rstHG/FMO8= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug math/31335] Compile glibc with -march=x86-64-v3 should disable FMA4 multi-arch version Date: Sun, 25 Feb 2024 23:17:08 +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: cvs-commit at gcc dot gnu.org 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 #2 from Sourceware Commits --- The master branch has been updated by Sunil Pandey : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D9f78a7c1d0963282608= da836b840f0d5ae1c478e commit 9f78a7c1d0963282608da836b840f0d5ae1c478e Author: Sunil K Pandey Date: Tue Feb 13 12:23:14 2024 -0800 x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch When glibc is built with ISA level 3 or higher by default, the resulting glibc binaries won't run on SSE or FMA4 processors. Exclude SSE, AVX a= nd FMA4 variants in libm multiarch when ISA level 3 or higher is enabled by default. When glibc is built with ISA level 2 enabled by default, only keep SSE4= .1 variant. Fixes BZ 31335. NB: elf/tst-valgrind-smoke test fails with ISA level 4, because valgrind doesn't support AVX512 instructions: https://bugs.kde.org/show_bug.cgi?id=3D383010 Reviewed-by: H.J. Lu --=20 You are receiving this mail because: You are on the CC list for the bug.=