summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-05-27 10:59:26 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-05-27 10:59:26 +0200
commit7716d3de2ebc362d47f560532190e1e7e6adcb21 (patch)
tree9c349336a046dc6fb808f2ea8858fed7f6f3af07 /config.guess
parent626179d16cc4081e859b7a41209cf2060b2b29fb (diff)
downloadgmp-7716d3de2ebc362d47f560532190e1e7e6adcb21.tar.gz
Add new x86 CPUs.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index d6e9acde3..08f859003 100755
--- a/config.guess
+++ b/config.guess
@@ -3,8 +3,8 @@
# GMP config.guess wrapper.
-# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011 Free Software
-# Foundation, Inc.
+# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011, 2012 Free
+# Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -780,6 +780,9 @@ main ()
else if (model == 0x2d) cpu_64bit = 1, modelstr = "coreisbr"; /* SBC-EP */
else if (model == 0x2e) cpu_64bit = 1, modelstr = "coreinhm"; /* NHM Beckton */
else if (model == 0x2f) cpu_64bit = 1, modelstr = "coreiwsm"; /* WSM Eagleton */
+ else if (model == 0x3a) cpu_64bit = 1, modelstr = "coreisbr"; /* IBR */
+ else if (model == 0x3c) cpu_64bit = 1, modelstr = "coreisbr"; /* Haswell */
+ else if (model == 0x36) cpu_64bit = 1, modelstr = "atom"; /* Cedarview/Saltwell */
else cpu_64bit = 1, modelstr = "corei"; /* default */
break;
case 15: