about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-04-15 05:22:53 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-04-15 05:23:06 -0700
commit2e2d9796daba2776e661c5a9e570370b6bcb5aec (patch)
treee494c90981346fc1008a34f76a0743e6289eae20 /ChangeLog
parent155bc2a502b8a455952dec4c7ae72b64eb41d8d1 (diff)
downloadglibc-2e2d9796daba2776e661c5a9e570370b6bcb5aec.tar.gz
glibc-2e2d9796daba2776e661c5a9e570370b6bcb5aec.tar.xz
glibc-2e2d9796daba2776e661c5a9e570370b6bcb5aec.zip
Detect Intel Goldmont and Airmont processors
Updated from the model numbers of Goldmont and Airmont processors in
Intel64 And IA-32 Processor Architectures Software Developer's Manual
Volume 3 Revision 058.

	* sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel
	Goldmont and Airmont processors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44deb0fd26..0b0b5e2202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-15   H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel
+	Goldmont and Airmont processors.
+
 2016-04-15  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* string/string.h: Use __GNUC_PREREQ(3,4) for bits/string2.h.