URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [dos-bug-2-gdb.c] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
#include <altivec.h> static vector unsigned int v = {0x01020304,0x05060708,0x21324354,0x65768798}; static vector unsigned int f() { return vec_splat(v,0); } int main() { vector unsigned int x = f(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log