repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
union-m128-1.h
blob
56d80cbfb91aca217add0c97cb0557c812557db5
1
#include <xmmintrin.h>
2
3
typedef
struct
4
{
5
__m128 x
;
6
}
SS_struct_mi128
;
7
8
typedef
union
9
{
10
__m128 x
;
11
}
SS_union_mi128
;
12
13
typedef
union
14
{
15
__m128 x
;
16
unsigned long long
u
[
2
];
17
}
union_mi128
;