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.
7 lines
198 B
C
7 lines
198 B
C
/* Generated from ../../../git/cloog/test/stride3.cloog by CLooG 0.14.0-291-g5879c32 gmp bits in 0.00s. */
|
|
if ((m <= n) && (n >= 1)) {
|
|
for (p1=max(50,50*m);p1<=50*n;p1+=50) {
|
|
S1(p1/50);
|
|
}
|
|
}
|