URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [simd-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
typedef int v2si __attribute__ ((vector_size (8))); typedef unsigned di __attribute__ ((mode(DI))); void foo(unsigned long); void bar() { v2si x = { 1, 2 }; foo((di) x); }
Go to most recent revision | Compare with Previous | Blame | View Log