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