driver-i386.c (host_detect_local_cpu): Do not check signature_TM2_ebx, it interferes with signature_INTEL_ebx.

* config/i386/driver-i386.c (host_detect_local_cpu): Do not check
	signature_TM2_ebx, it interferes with signature_INTEL_ebx.

From-SVN: r200744
This commit is contained in:
Uros Bizjak 2013-07-07 21:06:45 +02:00 committed by Uros Bizjak
parent cf3cfecd98
commit 7b9d1bd8d1
2 changed files with 6 additions and 2 deletions

View 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

View 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)
{