5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx orc: orc @VERSION@ (Optimized Inner Loop Runtime Compiler)
5 kx orc:
5 kx orc: Orc is a library and set of tools for compiling and executing
5 kx orc: very simple programs that operate on arrays of data. The "language"
5 kx orc: is a generic assembly language that represents many of the features
5 kx orc: available in SIMD architectures, including saturated addition and
5 kx orc: subtraction, and many arithmetic operations.
5 kx orc:
5 kx orc: Cgit: https://cgit.freedesktop.org/gstreamer/orc
5 kx orc:
5 kx orc: