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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
5-02.c
blob
0bb4eb0084f5687fed52025cfe18eea117a46c3e
1
/* { dg-do compile } */
2
#include <altivec.h>
3
vector
float
a
= {
1
,
1
,
1
,
1
};
4
vector
float
b
= {
1
,
2.0
,
3
,
4U
};