Remove model 0x3f from Haswell
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 26 Dec 2013 01:48:24 +0000 (01:48 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 26 Dec 2013 01:48:24 +0000 (17:48 -0800)
* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
Haswell.

From-SVN: r206208

libgcc/ChangeLog
libgcc/config/i386/cpuinfo.c

index 7cef00a..93a51d9 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-25   H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
+       Haswell.
+
 2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index 9543f5c..3b3e4b4 100644 (file)
@@ -222,7 +222,6 @@ get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id)
              __cpu_model.__cpu_subtype = INTEL_COREI7_IVYBRIDGE;
              break;
            case 0x3c:
-           case 0x3f:
            case 0x45:
            case 0x46:
              /* Haswell.  */