URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr23546.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2" } */ typedef int m64 __attribute__ ((__vector_size__ (8))); void mmxCombineMaskU (m64 * mask, int width) { while (--width >= 0) *mask++ = (m64) 0LL; }
Go to most recent revision | Compare with Previous | Blame | View Log