PATCH: Support Intel processor model 6 and model 0x2c
H.J. Lu
hongjiu.lu@intel.com
Thu Nov 11 14:11:00 GMT 2010
Hi,
Intel processor model 6 and model 0x2c is in Westmere family.
This patch supports it.
H.J.
---
2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
Support Intel processor model 6 and model 0x2c.
diff --git a/sysdeps/x86_64/multiarch/init-arch.c b/sysdeps/x86_64/multiarch/init-arch.c
index 15bc904..f0d2bb7 100644
--- a/sysdeps/x86_64/multiarch/init-arch.c
+++ b/sysdeps/x86_64/multiarch/init-arch.c
@@ -87,6 +87,7 @@ __init_cpu_features (void)
case 0x1e:
case 0x1f:
case 0x25:
+ case 0x2c:
case 0x2e:
case 0x2f:
/* Rep string instructions and copy backward are fast on
More information about the Libc-alpha
mailing list