mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
5873a060ca
* 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.
28 lines
604 B
C
28 lines
604 B
C
/* Generated from ../../../git/cloog/test/vasilache.cloog by CLooG 0.14.0-162-g1e599e0 gmp bits in 0.03s. */
|
|
S1();
|
|
S2();
|
|
for (p1=0;p1<=N-1;p1++) {
|
|
for (p3=0;p3<=N-1;p3++) {
|
|
S4(p1,p3);
|
|
S5(p1,p3);
|
|
}
|
|
}
|
|
for (p1=0;p1<=N-1;p1++) {
|
|
for (p3=0;p3<=N-1;p3++) {
|
|
for (p5=0;p5<=floord(N-1,32);p5++) {
|
|
S7(p1,p3,p5,32*p5);
|
|
for (p7=32*p5+1;p7<=min(N-1,32*p5+31);p7++) {
|
|
S6(p1,p3,p5,p7-1);
|
|
S7(p1,p3,p5,p7);
|
|
}
|
|
if (p5 <= floord(N-33,32)) {
|
|
S6(p1,p3,p5,32*p5+31);
|
|
}
|
|
if (p5 >= ceild(N-32,32)) {
|
|
S6(p1,p3,p5,N-1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
S8();
|