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