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/] [mem.c] - Rev 478
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ #include <altivec.h> void f(vector unsigned char *a, vector unsigned char *b, vector unsigned char *c) { int i; for (i = 0; i < 16; i++) c[i] = vec_add(a[i], b[i]); }
Go to most recent revision | Compare with Previous | Blame | View Log