aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/config/i386/i386.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-09-03 15:53:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-03 15:54:00 +0000
commit54737a0f41ce0bf1e8f7f8d6d8e3170ef51e07c2 (patch)
treeafd56565c7170158a14ce5c2fa2a1c8752cf5cb2 /gcc-4.8/gcc/config/i386/i386.h
parentecf187208f8ec68c49823080179fa1b5f448a35d (diff)
parent55f9fbb03d0413cb8fe74e5ec5d6c2dd4280933e (diff)
downloadtoolchain_gcc-54737a0f41ce0bf1e8f7f8d6d8e3170ef51e07c2.tar.gz
toolchain_gcc-54737a0f41ce0bf1e8f7f8d6d8e3170ef51e07c2.tar.bz2
toolchain_gcc-54737a0f41ce0bf1e8f7f8d6d8e3170ef51e07c2.zip
Merge "[4.8, 4.9] Backport of additional SLM tuning."
Diffstat (limited to 'gcc-4.8/gcc/config/i386/i386.h')
-rw-r--r--gcc-4.8/gcc/config/i386/i386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/config/i386/i386.h b/gcc-4.8/gcc/config/i386/i386.h
index ac28ec1aa..155277924 100644
--- a/gcc-4.8/gcc/config/i386/i386.h
+++ b/gcc-4.8/gcc/config/i386/i386.h
@@ -330,6 +330,7 @@ enum ix86_tune_indices {
X86_TUNE_AVX128_OPTIMAL,
X86_TUNE_REASSOC_INT_TO_PARALLEL,
X86_TUNE_REASSOC_FP_TO_PARALLEL,
+ X86_TUNE_VECTOR_PARALLEL_EXECUTION,
X86_TUNE_GENERAL_REGS_SSE_SPILL,
X86_TUNE_AVOID_MEM_OPND_FOR_CMOVE,
X86_TUNE_SPLIT_MEM_OPND_FOR_FP_CONVERTS,
@@ -436,6 +437,8 @@ extern unsigned char ix86_tune_features[X86_TUNE_LAST];
ix86_tune_features[X86_TUNE_REASSOC_INT_TO_PARALLEL]
#define TARGET_REASSOC_FP_TO_PARALLEL \
ix86_tune_features[X86_TUNE_REASSOC_FP_TO_PARALLEL]
+#define TARGET_VECTOR_PARALLEL_EXECUTION \
+ ix86_tune_features[X86_TUNE_VECTOR_PARALLEL_EXECUTION]
#define TARGET_GENERAL_REGS_SSE_SPILL \
ix86_tune_features[X86_TUNE_GENERAL_REGS_SSE_SPILL]
#define TARGET_AVOID_MEM_OPND_FOR_CMOVE \