mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 10:17:40 +01:00
* these are dependencies for gcc 4 Graphite engine build. * CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables. * PPL is needed by GCC build even if it isn't the chosen backend.
27 lines
526 B
C
27 lines
526 B
C
/* Generated from /home/skimo/git/cloog/test/gesced2.cloog by CLooG 0.14.0-284-ga90f184 gmp bits in 0.03s. */
|
|
for (c1=1;c1<=4;c1++) {
|
|
for (c2=5;c2<=M-10;c2++) {
|
|
S1(c1,c2);
|
|
}
|
|
}
|
|
for (c1=5;c1<=M-10;c1++) {
|
|
for (c2=-c1+1;c2<=4;c2++) {
|
|
S2(c1+c2,c1);
|
|
}
|
|
for (c2=5;c2<=min(M-10,-c1+M);c2++) {
|
|
S1(c1,c2);
|
|
S2(c1+c2,c1);
|
|
}
|
|
for (c2=-c1+M+1;c2<=M-10;c2++) {
|
|
S1(c1,c2);
|
|
}
|
|
for (c2=M-9;c2<=-c1+M;c2++) {
|
|
S2(c1+c2,c1);
|
|
}
|
|
}
|
|
for (c1=M-9;c1<=M;c1++) {
|
|
for (c2=5;c2<=M-10;c2++) {
|
|
S1(c1,c2);
|
|
}
|
|
}
|