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
/
ira2a.c
blob
e6a716d6fe92fe2ebc8f3bb50ac56bdbc2881880
1
#include <altivec.h>
2
vector
unsigned char
*
u8ptr
;
3
int
i
;
4
5
int
main
()
6
{
7
vec_dstst
(
u8ptr
,
i
,
3U
);
8
return
0
;
9
}