URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [20050113-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/19164 */ /* { dg-do compile } */ /* { dg-options "-mmmx" } */ typedef short int V __attribute__ ((vector_size (8))); static V v = (V) 0x00FF00FF00FF00FFLL;
Go to most recent revision | Compare with Previous | Blame | View Log