public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] <bits/platform/x86.h>: Correct x86_cpu_TBM
@ 2021-02-22 12:37 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-02-22 12:37 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ba230b6387fc0ccba60d2ff6759f7e326ba7bf3e

commit ba230b6387fc0ccba60d2ff6759f7e326ba7bf3e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Feb 2 06:49:02 2021 -0800

    <bits/platform/x86.h>: Correct x86_cpu_TBM
    
    x86_cpu_TBM should be x86_cpu_index_80000001_ecx + 21.

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 c4850fc3cb..fe08d8a1b6 100644
--- a/sysdeps/x86/bits/platform/x86.h
+++ b/sysdeps/x86/bits/platform/x86.h
@@ -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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-22 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 12:37 [glibc] <bits/platform/x86.h>: Correct x86_cpu_TBM H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).