Fix include directory for libcloog-isl
[cloog/bastoul.git] / test / openscop / matmult.c
blob33f5b045faee299c61afdc7b050ff9ef7bb1a15a
1 /* Generated from ./test/openscop/matmult.scop by CLooG 0.14.0-432-g5cf921d gmp bits in 0.01s. */
2 for (c2=0;c2<=N-1;c2++) {
3 for (c4=0;c4<=N-1;c4++) {
4 C[c2][c4] = 0.0;
5 for (c6=0;c6<=N-1;c6++) {
6 C[c2][c4] = C[c2][c4] + A[c2][c6] * B[c6][c4];