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