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:
parent
1460ec5c3d
commit
815cecbecd
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user