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
IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
brode-1.c
blob
234192bac9b66bbcf3b8b6f3e0414700bbe60a2a
1
#include <altivec.h>
2
int
main
( )
3
{
4
static int
a
[
3
][
5
][
7
];
5
{
6
vector
signed int
a4v
;
7
a4v
=
vec_ldl
(
0
, &
a
[
0
][
0
][
0
]);
8
}
9
return
0
;
10
}