1// // { dg-do run { target c++11 } }
2
3#if __SIZEOF_LONG_LONG__ == 8
4typedef unsigned long long V __attribute__((vector_size(16)));
5typedef V VI;
6#else
7#define UNSUPPORTED
8#endif
9
10#define A	0x1112131415161718
11#define B	0x2122232425262728
12
13#define X	0xc1c2c3c4c5c6c7c8
14#define Y	0xd1d2d3d4d5d6d7d8
15
16#include "vshuf-2.inc"
17#include "vshuf-main.inc"
18