From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 255993882165; Sat, 15 Jun 2024 10:14:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 255993882165 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718446498; bh=UNZ1D4Vem0mt1W5QsQeZgtwWYpW9Tljd14aG9buwb4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vqZhdB+bg4mYT9QL/4OjWiwY+uUzCiSLHJ9LchQXAEYcVqEpRWbRq7zRBTtbfVDxw fma5A/L3/3albG6gj6ysjbG11lao8s90cJW9fjBkgGzhG4hvlcVzsuKP9zvIuEN1XJ m6u7lExkCRyxfrrysi7E8FcLfxlF0Z48/4VVsntw= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug build/31867] "CPU ISA level is lower than required" on SSE2-free CPUs Date: Sat, 15 Jun 2024 10:14:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build 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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: 2.40 X-Bugzilla-Flags: 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=3D31867 --- Comment #9 from Sourceware Commits --- The release/2.39/master branch has been updated by Sam James : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Db7f5b0a7114e29577da= f64e68970673b61e5fcba commit b7f5b0a7114e29577daf64e68970673b61e5fcba Author: H.J. Lu Date: Mon Jun 10 13:02:06 2024 -0700 x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867] On i386, set the default minimum ISA level to 0, not 1 (baseline which includes SSE2). There are no changes in config.h nor in config.make on x86-64. This fixes BZ #31867. Signed-off-by: H.J. Lu Tested-by: Ian Jordan Reviewed-by: Sam James Reviewed-by: Florian Weimer (cherry picked from commit 09bc68b0ac26331a0109f0578c9368e09176da18) --=20 You are receiving this mail because: You are on the CC list for the bug.=