Add OpenScop support
[cloog.git] / test / openscop / matmult.c
blob14aff4205ef0012e613f69242f80daa426f50620
1 /* Generated from ./test/openscop/matmult.scop by CLooG 0.14.0-416-g013422c gmp bits in 0.51s. */
2 for (c2=0;c2<=N-1;c2++) {
3 for (c4=0;c4<=N-1;c4++) {
4 S1(c2,c4);
5 for (c6=0;c6<=N-1;c6++) {
6 S2(c2,c4,c6);