aboutsummaryrefslogtreecommitdiff
path: root/libraries/cloog/README
diff options
context:
space:
mode:
authorExaga <exaga@penthux.net>2022-04-06 09:29:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:48 +0700
commit1a7269b0e19d2713648f37c46a55b18ae743fb0d (patch)
tree83e822edec60d9e134f339dbbbdc155fa02eed04 /libraries/cloog/README
parente7e97a8a8d9a7436c02b32a0d33dd3b10a825717 (diff)
libraries/cloog: Added (code generation library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cloog/README')
-rw-r--r--libraries/cloog/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/cloog/README b/libraries/cloog/README
new file mode 100644
index 000000000000..a70c4f5ad170
--- /dev/null
+++ b/libraries/cloog/README
@@ -0,0 +1,5 @@
+CLooG is a free software library to generate code for
+scanning Z-polyhedra which is designed to avoid control
+overhead and produce a very effective code.
+CLooG is a code generation library that is used in
+the Graphite loop transforms pass of GCC.