From patchwork Mon Jul 18 13:25:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Noah Goldstein X-Patchwork-Id: 56126 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2D06D3851A99 for ; Mon, 18 Jul 2022 13:26:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D06D3851A99 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1658150776; bh=u2BC+GHAX8JRUYAAZlTeZ7IVTxmbt7L2CzzHEH76m5M=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=FdUjCn5bau6N80x0t+kSbO0sfoEM/c7ZstvUEKEU+GevxiCVq6Y5Miw01jYhwuYFU njZJsplrADk72lLrFWJDWVlU4sHNkgAUTegB3D90ENb7IK+hpLphhbfZvI2lntMNnN iEdk7LylaKJA0eCAlNaNttUyBzW3htIu4Fh0QzXM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id 28944385274B for ; Mon, 18 Jul 2022 13:25:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 28944385274B Received: by mail-pl1-x630.google.com with SMTP id c6so8987950pla.6 for ; Mon, 18 Jul 2022 06:25:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u2BC+GHAX8JRUYAAZlTeZ7IVTxmbt7L2CzzHEH76m5M=; b=SW9fz/UVrpJttS/2QHsghqgzRUsXZknCljr/jVT+P4tK1wmy+zZnTpGJplNnhnCW1v IKF5Q6KQNa2KNNZf7V+OniCbdDK5QM2LGea48mhOUNjMv/XEMYufKo6w0cbkNsNtsy1N N5VZvLy6egke0jJG9GmvRdCsVxi/iK0kxILT1YAs+qXQPpaHbNq4bzaDvwD+Mze+3jOz c+B1uuc754HKyt8o8cVIKDr/OmH8/Nc2Q5Mo7+L3E5jxbmyu8V8idGUDmmhyWVBjUyW1 GlnfwH2PhIO35IyLux1FKzCW+MOm7xS9RpI4LUQOIOYVw8lanf+s+0nTVsCVpS2SAQtL oF/Q== X-Gm-Message-State: AJIora/4yKnS6v1LRAZu4LbnnrVHKK3RAR5lXoZpwZpPJnoYJ07vcXkx RoS5uTPoEU2U98x64eYyq8DBXmK3wsKSZg== X-Google-Smtp-Source: AGRyM1tlbKSnUgOh13sF+LcKX11cr0p2AczU8VgsMhBH45tvSsxo+AfSnXeCS/Dy3mFIuRdedSaBLw== X-Received: by 2002:a17:90a:5513:b0:1f1:c93c:7ad8 with SMTP id b19-20020a17090a551300b001f1c93c7ad8mr6235651pji.88.1658150734941; Mon, 18 Jul 2022 06:25:34 -0700 (PDT) Received: from noah-tgl.. ([210.177.125.238]) by smtp.gmail.com with ESMTPSA id p8-20020a170902e74800b0016c1e006b63sm9525214plf.64.2022.07.18.06.25.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jul 2022 06:25:34 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v3 1/2] x86: Fix typo of `Slow_SSE4_2` def in isa-level.h Date: Mon, 18 Jul 2022 06:25:29 -0700 Message-Id: <20220718132530.1847929-1-goldstein.w.n@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220718103811.1842054-1-goldstein.w.n@gmail.com> References: <20220718103811.1842054-1-goldstein.w.n@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-10.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_ABUSEAT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Noah Goldstein via Libc-alpha From: Noah Goldstein Reply-To: Noah Goldstein Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Change from `Slow_SSE42_X86_ISA_LEVEL` to `Slow_SSE4_2_X86_ISA_LEVEL`. Currently the def is unused to no need to change anything else. --- sysdeps/x86/isa-level.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/isa-level.h b/sysdeps/x86/isa-level.h index 3c4480aba7..fe56af7e2b 100644 --- a/sysdeps/x86/isa-level.h +++ b/sysdeps/x86/isa-level.h @@ -104,7 +104,7 @@ /* NB: This feature is disable when ISA level >= 3. All CPUs with this feature don't run on glibc built with ISA level >= 3. */ -#define Slow_SSE42_X86_ISA_LEVEL 3 +#define Slow_SSE4_2_X86_ISA_LEVEL 3 /* Feature(s) enabled when ISA level >= 2. */ #define Fast_Unaligned_Load_X86_ISA_LEVEL 2