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 }