summaryrefslogtreecommitdiff
path: root/development/orc/README
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980@gmail.com>2010-03-15 21:42:41 -0500
committerErik Hanson <erik@slackbuilds.org>2010-05-13 13:30:58 +0200
commit7295e723ef2170ed1fee469c4a7c7b43224bb672 (patch)
tree92bc91b265c3eeb5984c07e8070a8bcc4e49e01c /development/orc/README
parenteb2b30230632e4a9265c170a90d245226cc98be7 (diff)
downloadslackbuilds-7295e723ef2170ed1fee469c4a7c7b43224bb672.tar.gz
development/orc: Added.
The Oil Runtime Compiler. Thanks to M.Dinslage.
Diffstat (limited to 'development/orc/README')
-rw-r--r--development/orc/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/orc/README b/development/orc/README
new file mode 100644
index 0000000000..d88f123c53
--- /dev/null
+++ b/development/orc/README
@@ -0,0 +1,8 @@
+orc (The Oil Runtime Compiler)
+
+Orc is a library and set of tools for compiling and executing very
+simple programs that operate on arrays of data. The “language” is
+a generic assembly language that represents many of the features
+available in SIMD architectures, including saturated addition and
+subtraction, and many arithmetic operations.
+