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/] [graphite/] [id-5.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
void matmul_i1 () { int *abase; int aystride; int x, n, count, xcount; int *dest_y; int *abase_n; for (n = 0; n < count; n++) { abase_n = abase + n * aystride; for (x = 0; x < xcount; x++) dest_y[x] += abase_n[x]; } }
Go to most recent revision | Compare with Previous | Blame | View Log