blob: 2e50b2d8e2711d37e117ebcbb9cf8c8043cf3a59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
(OIL stands for Optimized Inner Loops)
WWW: https://gstreamer.freedesktop.org/projects/orc.html
|