repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
simd-6.c
blob
7998e152f89c3f7af60a7443550377d8f5491c61
1
typedef
int
__attribute__
((
vector_size
(
8
)))
vec
;
2
3
vec a
[] = {(
vec
) {
1
,
2
}, {
3
,
4
}};