index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
simd-6.c
blob: 7998e152f89c3f7af60a7443550377d8f5491c61 (
plain
)
1
2
3
typedef
int
__attribute__
((
vector_size
(
8
)))
vec
;
vec
a
[]
=
{(
vec
)
{
1
,
2
},
{
3
,
4
}};