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 7cef00abe4571095226803486c14c1adbcf5b936..93a51d9515a36d7989e4ef740fe64fa6c2d6d3d3 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 9543f5cb2b9aeb3eacd18cfa0b89ca110bdbfb85..3b3e4b4fabdf6f4add8b1b72acea0fa11fa520f6 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.  */