From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 06A953858D20; Wed, 5 Apr 2023 22:43:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06A953858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680734638; bh=8JiiA29qwfyeqpMEL1tmArlPriZs0OP9Qn2MDDw0OxY=; h=From:To:Subject:Date:From; b=tb3Gqy1FrLMOvDBZvXGdqFO9U7ZXpebmWwOTi0MtlCdJ+YtRvgRIytueLaVhhkYhD 7t3kN8BBx2HEpdaIioJmi4cZWUzN3z/ZsnpBbyZOnmenNpLbOYEKNsFEcdLnisdzDx HjzE00cZr6IBNLc42XZws/A6vemGnlzCUAKZUNjE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] : Rename to x86_cpu_INDEX_7_ECX_15 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: c4468cd3995b4236ea886901109b194641132b08 X-Git-Newrev: 2d8c590a5e9bfe1344b638c897c7d731365cfaca Message-Id: <20230405224358.06A953858D20@sourceware.org> Date: Wed, 5 Apr 2023 22:43:58 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2d8c590a5e9bfe1344b638c897c7d731365cfaca commit 2d8c590a5e9bfe1344b638c897c7d731365cfaca Author: H.J. Lu Date: Wed Apr 5 09:21:26 2023 -0700 : Rename to x86_cpu_INDEX_7_ECX_15 Rename x86_cpu_INDEX_7_ECX_1 to x86_cpu_INDEX_7_ECX_15 for the unused bit 15 in ECX from CPUID with EAX == 0x7 and ECX == 0. Reviewed-by: Noah Goldstein Diff: --- sysdeps/x86/bits/platform/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h index 25a970b185..1ed24d7024 100644 --- a/sysdeps/x86/bits/platform/x86.h +++ b/sysdeps/x86/bits/platform/x86.h @@ -181,7 +181,7 @@ enum x86_cpu_AVX512_BITALG = x86_cpu_index_7_ecx + 12, x86_cpu_INDEX_7_ECX_13 = x86_cpu_index_7_ecx + 13, x86_cpu_AVX512_VPOPCNTDQ = x86_cpu_index_7_ecx + 14, - x86_cpu_INDEX_7_ECX_1 = x86_cpu_index_7_ecx + 15, + x86_cpu_INDEX_7_ECX_15 = x86_cpu_index_7_ecx + 15, x86_cpu_INDEX_7_ECX_16 = x86_cpu_index_7_ecx + 16, /* Note: Bits 17-21: The value of MAWAU used by the BNDLDX and BNDSTX instructions in 64-bit mode. */