mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
<bits/platform/x86.h>: Correct x86_cpu_TBM
x86_cpu_TBM should be x86_cpu_index_80000001_ecx + 21.
This commit is contained in:
parent
ebbb8c9f64
commit
ba230b6387
@ -245,7 +245,7 @@ enum
|
||||
x86_cpu_XOP = x86_cpu_index_80000001_ecx + 11,
|
||||
x86_cpu_LWP = x86_cpu_index_80000001_ecx + 15,
|
||||
x86_cpu_FMA4 = x86_cpu_index_80000001_ecx + 16,
|
||||
x86_cpu_TBM = x86_cpu_index_80000001_ecx + 20,
|
||||
x86_cpu_TBM = x86_cpu_index_80000001_ecx + 21,
|
||||
|
||||
x86_cpu_index_80000001_edx
|
||||
= (CPUID_INDEX_80000001 * 8 * 4 * sizeof (unsigned int)
|
||||
|
Loading…
Reference in New Issue
Block a user