driver-i386.c (host_detect_local_cpu): Do not check signature_TM2_ebx, it interferes...
authorUros Bizjak <ubizjak@gmail.com>
Sun, 7 Jul 2013 19:06:45 +0000 (21:06 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 7 Jul 2013 19:06:45 +0000 (21:06 +0200)
* config/i386/driver-i386.c (host_detect_local_cpu): Do not check
signature_TM2_ebx, it interferes with signature_INTEL_ebx.

From-SVN: r200744

gcc/ChangeLog
gcc/config/i386/driver-i386.c

index ffe2351..e6c3674 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-07  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/driver-i386.c (host_detect_local_cpu): Do not check
+       signature_TM2_ebx, it interferes with signature_INTEL_ebx.
+
 2013-07-06  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (sse_movlhps): Change alternative 3
index 249c4cd..c8b71c8 100644 (file)
@@ -520,8 +520,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
       if (vendor == signature_AMD_ebx
          || vendor == signature_CENTAUR_ebx
          || vendor == signature_CYRIX_ebx
-         || vendor == signature_NSC_ebx
-         || vendor == signature_TM2_ebx)
+         || vendor == signature_NSC_ebx)
        cache = detect_caches_amd (ext_level);
       else if (vendor == signature_INTEL_ebx)
        {