Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / vshuf-v2di.c
blob0985a0de02a2bffb11991a55b597af2bc496f95b
1 #if __SIZEOF_LONG_LONG__ == 8
2 typedef unsigned long long V __attribute__((vector_size(16)));
3 typedef V VI;
4 #else
5 #define UNSUPPORTED
6 #endif
8 #define A 0x1112131415161718
9 #define B 0x2122232425262728
11 #define X 0xc1c2c3c4c5c6c7c8
12 #define Y 0xd1d2d3d4d5d6d7d8
14 #include "vshuf-2.inc"
15 #include "vshuf-main.inc"