diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 2d8c590a5e9bfe1344b638c897c7d731365cfaca (patch) | |
tree | f7d7a64318a349655e951decda4e49fb7e4f0229 | |
parent | c4468cd3995b4236ea886901109b194641132b08 (diff) | |
download | glibc-2d8c590a5e9bfe1344b638c897c7d731365cfaca.tar glibc-2d8c590a5e9bfe1344b638c897c7d731365cfaca.tar.gz glibc-2d8c590a5e9bfe1344b638c897c7d731365cfaca.tar.bz2 glibc-2d8c590a5e9bfe1344b638c897c7d731365cfaca.zip |
<bits/platform/x86.h>: 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 <goldstein.w.n@gmail.com>
-rw-r--r-- | sysdeps/x86/bits/platform/x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |