diff options
Diffstat (limited to 'development/orc/README')
-rw-r--r-- | development/orc/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/orc/README b/development/orc/README new file mode 100644 index 000000000000..d88f123c534d --- /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. + |