URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [i386/] [20050113-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/19164 */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { 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