From patchwork Mon Jul 18 11:54:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Noah Goldstein X-Patchwork-Id: 56119 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 065663852751 for ; Mon, 18 Jul 2022 11:54:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 065663852751 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1658145282; 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=WAoVr7W/jdAw6HwNRNxP++mpiAcK//N4yeVI/SjIAVE2Wql6AxLv8bK7ChJX7vv9E VY4W3r7+i22wMq4Lr7AdCMLKAtvT0FfevNwaFUVbZm2S6YXBu3M7sVLHBO2iAsfvuk SQqOEBjU42YAqO8d+yTucscj4F4OfYUPfpjXrELU= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id 143013852744 for ; Mon, 18 Jul 2022 11:54:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 143013852744 Received: by mail-pj1-x102d.google.com with SMTP id q5-20020a17090a304500b001efcc885cc4so12325533pjl.4 for ; Mon, 18 Jul 2022 04:54:22 -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=T398Ir5Km5dnjUGwx26FQu29ZzBjuxhyqlUIk0+1pO14znAGNJYhQySW7wMsb7XyIL XtT/AqCfJiShmc1i47pak45nQSx3J/rVIWLCwMEBGthA7JySAv3aDNQNQa2LxJE/9rLZ yWq9Y6WLtmD2dvKwpATw7izgkfVBslZgfV1Y0phRb9f+82J7vX8riJc+PDsanSgYjt/3 DHizWAikZHEJXMZMdpnLQez3fGLyfPizMH6oAG6WDeixAt7lPBI2hBI0WILhy7ZOeH2N FjzRXcsyYbBxJphBnlKhoBmlHNclyg0Smp9yUoiiKnt5n9bFKJgKBf024fT5lqwFjyCL IL2g== X-Gm-Message-State: AJIora8kb3CSO7a6XvqU7TeZG3AvVFT3VSr+xjKC04fxpcf8ypyUUP+5 kxI334CCgtnhZpQODb/1G38wGIlvSGv5BQ== X-Google-Smtp-Source: AGRyM1s1luP9wAQmdLNpezBWRtbEjvtWiKvYSSQTTxCYIeTBpzR+8cD/o0RpL9ZOMeJWR/mOh8lUDA== X-Received: by 2002:a17:90b:4b11:b0:1ef:d1e4:b302 with SMTP id lx17-20020a17090b4b1100b001efd1e4b302mr39918142pjb.73.1658145260879; Mon, 18 Jul 2022 04:54:20 -0700 (PDT) Received: from noah-tgl.. ([210.177.125.238]) by smtp.gmail.com with ESMTPSA id v188-20020a622fc5000000b0052ab0a73752sm9018025pfv.198.2022.07.18.04.54.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jul 2022 04:54:20 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v2] x86: Fix typo of `Slow_SSE4_2` def in isa-level.h Date: Mon, 18 Jul 2022 04:54:15 -0700 Message-Id: <20220718115415.1844877-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