Commit 4aa16f8d by James Greenhalgh Committed by James Greenhalgh

[Patch Obvious] gcc.dg/vect/bb-slp-pr68892.c requires vectorization of doubles

gcc/testsuite/

	* gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.

From-SVN: r232731
parent eb4048f2
2016-01-22 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.
2016-01-21 Christian Bruel <christian.bruel@st.com> 2016-01-21 Christian Bruel <christian.bruel@st.com>
PR target/68674 PR target/68674
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-additional-options "-fvect-cost-model=dynamic" } */ /* { dg-additional-options "-fvect-cost-model=dynamic" } */
/* { dg-require-effective-target vect_double } */
double a[128][128]; double a[128][128];
double b[128]; double b[128];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment