Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / g++.dg / torture / vshuf-v2df.C
blob71a6ac4c340dd10d07256d9a5da463560e5f346c
1 // // { dg-do run { target c++11 } }
2 #if __SIZEOF_DOUBLE__ == 8 && __SIZEOF_LONG_LONG__ == 8
3 typedef double V __attribute__((vector_size(16)));
4 typedef unsigned long long VI __attribute__((vector_size(16)));
5 #else
6 #define UNSUPPORTED
7 #endif
9 #define A       0.69314718055994530942
10 #define B       2.7182818284590452354
12 #define X       3.14159265358979323846
13 #define Y       1.41421356237309504880
15 #include "vshuf-2.inc"
16 #include "vshuf-main.inc"