2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / vshuf-v2df.C
blobba45078ea13341f8e9d3a65bbfd4c0bf45ac4cca
1 // { dg-options "-std=c++11" }
2 // // { dg-do run }
3 #if __SIZEOF_DOUBLE__ == 8 && __SIZEOF_LONG_LONG__ == 8
4 typedef double V __attribute__((vector_size(16)));
5 typedef unsigned long long VI __attribute__((vector_size(16)));
6 #else
7 #define UNSUPPORTED
8 #endif
10 #define A       0.69314718055994530942
11 #define B       2.7182818284590452354
13 #define X       3.14159265358979323846
14 #define Y       1.41421356237309504880
16 #include "vshuf-2.inc"
17 #include "vshuf-main.inc"