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
This commit is contained in:
Andi Kleen 2011-06-09 06:21:06 +00:00 committed by Andi Kleen
parent 1460ec5c3d
commit 815cecbecd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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;