Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / union-m128-1.h
blob56d80cbfb91aca217add0c97cb0557c812557db5
1 #include <xmmintrin.h>
3 typedef struct
5 __m128 x;
6 } SS_struct_mi128;
8 typedef union
10 __m128 x;
11 } SS_union_mi128;
13 typedef union
15 __m128 x;
16 unsigned long long u[2];
17 } union_mi128;