Commit 815cecbe by Andi Kleen Committed by Andi Kleen

add another sandy bridge model number.

gcc/:

2011-06-08  Andi Kleen  <ak@linux.intel.com>

	* config/i386/driver-i386.c (host_detect_local_cpu):
	Add model 0x2d Intel CPU.

From-SVN: r174835
parent 1460ec5c
2011-06-08 Andi Kleen <ak@linux.intel.com>
* config/i386/driver-i386.c (host_detect_local_cpu):
Add model 0x2d Intel CPU.
2011-06-08 Andi Kleen <ak@linux.intel.com>
* reginfo.c (global_regs_decl): Add.
(globalize_reg): Add decl parameter. Compute location.
Pass location to warnings and add inform. Store decl
......
......@@ -572,6 +572,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
cpu = "corei7";
break;
case 0x2a:
case 0x2d:
/* Sandy Bridge. */
cpu = "corei7-avx";
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