1 // { dg-options "-std=c++11" }
3 #if __SIZEOF_INT__ == 4
4 typedef unsigned int V __attribute__((vector_size(8)));
6 #elif __SIZEOF_LONG__ == 4
7 typedef unsigned long V __attribute__((vector_size(8)));
19 #include "vshuf-2.inc"
20 #include "vshuf-main.inc"