diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-03-15 21:42:41 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:30:58 +0200 |
commit | 7295e723ef2170ed1fee469c4a7c7b43224bb672 (patch) | |
tree | 92bc91b265c3eeb5984c07e8070a8bcc4e49e01c /development/orc/slack-desc | |
parent | eb2b30230632e4a9265c170a90d245226cc98be7 (diff) | |
download | slackbuilds-7295e723ef2170ed1fee469c4a7c7b43224bb672.tar.gz |
development/orc: Added.
The Oil Runtime Compiler.
Thanks to M.Dinslage.
Diffstat (limited to 'development/orc/slack-desc')
-rw-r--r-- | development/orc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/orc/slack-desc b/development/orc/slack-desc new file mode 100644 index 0000000000..a4ec494125 --- /dev/null +++ b/development/orc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +orc: orc (The Oil Runtime Compiler) +orc: +orc: Orc is a library and set of tools for compiling and executing very +orc: simple programs that operate on arrays of data. The “language” is +orc: a generic assembly language that represents many of the features +orc: available in SIMD architectures, including saturated addition and +orc: subtraction, and many arithmetic operations. +orc: +orc: +orc: +orc: |