Commit cd494e4d by Kyrylo Tkachov Committed by Kyrylo Tkachov

ef_error.c: Use -fopen-simd.

2013-12-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* c-c++-common/cilk-plus/SE/ef_error.c: Use -fopen-simd.

From-SVN: r206127
parent 8b0497de
2013-12-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* c-c++-common/cilk-plus/SE/ef_error.c: Use -fopen-simd.
2013-12-19 Oleg Endo <olegendo@gcc.gnu.org>
* gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option
......
/* { dg-do compile } */
/* { dg-options "-fcilkplus -fopenmp" } */
/* { dg-require-effective-target fopenmp } */
/* { dg-options "-fcilkplus -fopenmp-simd" } */
#pragma omp declare simd linear(y:1) simdlen(4)
__attribute__((vector (linear (y:1), vectorlength(4))))
......
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