URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [5-04.c] - Rev 689
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}); }