1 2 3 4 5 6 7 8 9 10
#include <altivec.h> int main( ) { static int a[3][5][7]; { vector signed int a4v; a4v = vec_ldl(0, &a[0][0][0]); } return 0; }