summaryrefslogtreecommitdiff
path: root/gcc/config/i386/x86-tune.def
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-04 14:50:35 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-04 14:50:35 +0000
commitb86be444bfc5c1e375dcc17b31a156e9415f85eb (patch)
tree2e7d94eb19333de1f4438f85af697b3185d4ac13 /gcc/config/i386/x86-tune.def
parent12f3cc4837640da367f200a919e7dc529503b862 (diff)
downloadgcc-b86be444bfc5c1e375dcc17b31a156e9415f85eb.tar.gz
* config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
* config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove. * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/x86-tune.def')
-rw-r--r--gcc/config/i386/x86-tune.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def
index 8c7a14d9022..36a59660901 100644
--- a/gcc/config/i386/x86-tune.def
+++ b/gcc/config/i386/x86-tune.def
@@ -322,10 +322,6 @@ DEF_TUNE (X86_TUNE_EXT_80387_CONSTANTS, "ext_80387_constants",
/* SSE instruction selection tuning */
/*****************************************************************************/
-/* X86_TUNE_VECTORIZE_DOUBLE: Enable double precision vector
- instructions. */
-DEF_TUNE (X86_TUNE_VECTORIZE_DOUBLE, "vectorize_double", ~m_BONNELL)
-
/* X86_TUNE_GENERAL_REGS_SSE_SPILL: Try to spill general regs to SSE
regs instead of memory. */
DEF_TUNE (X86_TUNE_GENERAL_REGS_SSE_SPILL, "general_regs_sse_spill",