mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5ac08e11d6
PR: 207741 Reported by: philippe.michel7@sfr.fr
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
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
|