orcc

Orc compiler

Install

All systems
curl cmd.cat/orcc.sh
Debian Debian
apt-get install liborc-0.4-dev
Ubuntu
apt-get install liborc-0.4-dev
Alpine
apk add orc
Arch Arch Linux
pacman -S orc
image/svg+xml Kali Linux
apt-get install liborc-0.4-dev-bin
CentOS
yum install orc-compiler
Fedora
dnf install orc-compiler
Windows (WSL2)
sudo apt-get update sudo apt-get install liborc-0.4-dev
OS X
brew install orc
Raspbian
apt-get install liborc-0.4-dev
Docker
docker run cmd.cat/orcc orcc powered by Commando

orc-compiler

Orc compiler

liborc-0.4-dev-bin

Library of Optimized Inner Loops Runtime Compiler (development tools)

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. This package contains the development tools, and should not be installed directly.

liborc-0.4-dev

Library of Optimized Inner Loops Runtime Compiler (development headers)

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. This package contains the development headers and libraries, and should be installed to compile software that uses orc.

orc

Optimized Inner Loop Runtime Compiler