Update Haswell processor detection

* config/i386/driver-i386.c (host_detect_local_cpu): Update
	Haswell processor detection.

From-SVN: r202028
This commit is contained in:
H.J. Lu 2013-08-27 18:11:23 +00:00 committed by H.J. Lu
parent 992592ec7a
commit d0cf4e841d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-08-27 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/driver-i386.c (host_detect_local_cpu): Update
Haswell processor detection.
2013-08-27 Christian Widmer <shadow@umbrox.de>
PR target/57927

View File

@ -673,6 +673,8 @@ const char *host_detect_local_cpu (int argc, const char **argv)
cpu = "core-avx-i";
break;
case 0x3c:
case 0x45:
case 0x46:
/* Haswell. */
cpu = "core-avx2";
break;