View | Details | Raw Unified | Return to bug 214173
Collapse All | Expand All

(-)lang/gcc/files/patch-gcc_config_i386_i386.c (+12 lines)
Line 0 Link Here
1
--- gcc/config/i386/i386.c.orig	2015-06-10 09:34:21 UTC
2
+++ gcc/config/i386/i386.c
3
@@ -2871,6 +2871,9 @@ ix86_option_override_internal (bool main
4
       {"corei7", PROCESSOR_COREI7, CPU_COREI7,
5
 	PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3
6
 	| PTA_SSE4_1 | PTA_SSE4_2 | PTA_CX16 | PTA_POPCNT | PTA_FXSR},
7
+      {"nehalem", PROCESSOR_COREI7, CPU_COREI7,
8
+	PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3
9
+	| PTA_SSE4_1 | PTA_SSE4_2 | PTA_CX16 | PTA_POPCNT | PTA_FXSR},
10
       {"corei7-avx", PROCESSOR_COREI7, CPU_COREI7,
11
 	PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3
12
 	| PTA_SSSE3 | PTA_SSE4_1 | PTA_SSE4_2 | PTA_AVX

Return to bug 214173