diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-05-31 19:39:53 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:20 -0400 |
commit | 7c8584c2b88747b48835b09fef7cabe1c02c89af (patch) | |
tree | c6f03570609dc4a34121b6826b902d9674db3ef7 /development/orc/README | |
parent | ba5b4f11e3b3a8c32eff52d1a7911d578ffadd96 (diff) |
development/orc: Updated for version 0.4.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/orc/README')
-rw-r--r-- | development/orc/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/development/orc/README b/development/orc/README index a5b98298f306..ddd21edfeda9 100644 --- a/development/orc/README +++ b/development/orc/README @@ -1,5 +1,8 @@ -Orc (The Oil Runtime Compiler) 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. +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. + |