OSDN Git Service

Increase array sizes in vect-tests to enable 256-bit vectorization
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vect / vect-31.c
index 8719fc9..c6861fa 100644 (file)
@@ -3,7 +3,7 @@
 #include <stdarg.h>
 #include "tree-vect.h"
 
-#define N 32
+#define N 256
 
 struct t{
   int k[N];