PR rtl-optimization/88018
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / vshuf-v2df.c
blobe88ec08ddf65003e5a41764c10ef891461775166
1 #if __SIZEOF_DOUBLE__ == 8 && __SIZEOF_LONG_LONG__ == 8
2 typedef double V __attribute__((vector_size(16)));
3 typedef unsigned long long VI __attribute__((vector_size(16)));
4 #else
5 #define UNSUPPORTED
6 #endif
8 #define A 0.69314718055994530942
9 #define B 2.7182818284590452354
11 #define X 3.14159265358979323846
12 #define Y 1.41421356237309504880
14 #include "vshuf-2.inc"
15 #include "vshuf-main.inc"