annotate gcc/testsuite/g++.dg/torture/vshuf-v4df.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 // { dg-options "-std=c++11" }
kono
parents:
diff changeset
2 // { dg-do run }
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 #if __SIZEOF_DOUBLE__ == 8 && __SIZEOF_LONG_LONG__ == 8
kono
parents:
diff changeset
5 typedef double V __attribute__((vector_size(32)));
kono
parents:
diff changeset
6 typedef unsigned long long VI __attribute__((vector_size(32)));
kono
parents:
diff changeset
7 #else
kono
parents:
diff changeset
8 #define UNSUPPORTED
kono
parents:
diff changeset
9 #endif
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 #define A 0.69314718055994530942
kono
parents:
diff changeset
12 #define B 2.7182818284590452354
kono
parents:
diff changeset
13 #define C 2.30258509299404568402
kono
parents:
diff changeset
14 #define D 1.4426950408889634074
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 #define W 0.31830988618379067154
kono
parents:
diff changeset
17 #define X 3.14159265358979323846
kono
parents:
diff changeset
18 #define Y 1.41421356237309504880
kono
parents:
diff changeset
19 #define Z 0.70710678118654752440
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 #include "vshuf-4.inc"
kono
parents:
diff changeset
22 #include "vshuf-main.inc"