mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +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.
33 lines
512 B
Plaintext
33 lines
512 B
Plaintext
# language: C
|
|
c
|
|
|
|
# parameter: none
|
|
1 2
|
|
# 1
|
|
1 0 # 0 >= 0
|
|
|
|
0
|
|
|
|
1 # Number of statements
|
|
|
|
1 # One domain
|
|
4 4 # 4 lines and 4 columns
|
|
# c1 c2 1
|
|
1 1 0 0 # c1 >= 0
|
|
1 -1 0 31 # c1 <= 31
|
|
1 0 1 0 # c2 >= 0
|
|
1 0 -1 511 # c2 <= 511
|
|
0 0 0 # for future options
|
|
|
|
1 # set manually the iterator names
|
|
c1 c2
|
|
|
|
1 # Scattering functions
|
|
|
|
1 5
|
|
# d c1 c2 1
|
|
0 1 -1536 -3 0 # d = 1536*c1 + 3*c2
|
|
|
|
1 # set manually the scattering dimension names
|
|
d
|