Commit d0cf4e84 by H.J. Lu Committed by H.J. Lu

Update Haswell processor detection

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

From-SVN: r202028
parent 992592ec
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment