URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [5-04.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ #include <altivec.h> vector unsigned int a; vector unsigned int b; void f(void) { a = ((vector unsigned int){1,1,1,1}); b = ((vector unsigned int){1,2,3,4}); }
Go to most recent revision | Compare with Previous | Blame | View Log