URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [brode-1.c] - Rev 816
Compare with Previous | Blame | View Log
#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; }