From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF925385DC20; Tue, 11 Jun 2024 07:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF925385DC20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718089831; bh=Es9nxohg4QMq/lz4Eiy9eZHw4cxJMdXBO/mITgyH+NU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pp2tie9LTZBBkEZbmn9wOllVyGb5KlGGHj5bCK+KoUbFpN+byW/3ggS0miG3RzIar L6q9K7rjeQ5vPqmVG1rLbM8UzibJiab5I4ZOF0EIiDG/uK7IdxoCNCSgMtzT7d2gO3 dzptrAz0ocdM/iwV8GZtpEdVUehOqOpFfD2oGkTc= 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: Tue, 11 Jun 2024 07:10:31 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: --- 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 #8 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D09bc68b0ac26331a010= 9f0578c9368e09176da18 commit 09bc68b0ac26331a0109f0578c9368e09176da18 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=