/* { dg-require-effective-target vect_float } */ /* { dg-require-effective-target vect_intfloat_cvt } */ #include #include "tree-vect.h" #define N 40 float image[N][N][N] __attribute__ ((__aligned__(16))); __attribute__ ((noinline)) void foo (){ int i,j,k; for (k=0; k