diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-26 01:48:24 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-26 01:48:24 +0000 |
commit | 03797e661bba7bccd9c98377ec502d96d54395be (patch) | |
tree | 72128e2af1a556d4b8b5663dc89d3f08fd485423 /libgcc/config/i386 | |
parent | 1ef4e6761df84fb6835366323f3e86a887a08e21 (diff) | |
download | gcc-03797e661bba7bccd9c98377ec502d96d54395be.tar.gz |
Remove model 0x3f from Haswell
* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
Haswell.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config/i386')
-rw-r--r-- | libgcc/config/i386/cpuinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c index 9543f5cb2b9..3b3e4b4fabd 100644 --- a/libgcc/config/i386/cpuinfo.c +++ b/libgcc/config/i386/cpuinfo.c @@ -222,7 +222,6 @@ get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id) __cpu_model.__cpu_subtype = INTEL_COREI7_IVYBRIDGE; break; case 0x3c: - case 0x3f: case 0x45: case 0x46: /* Haswell. */ |