orc-bugreport
Optimized Inner Loop Runtime Compiler
Install
- All systems
-
curl cmd.cat/orc-bugreport.sh
- Debian
-
apt-get install liborc-0.4-dev
- Ubuntu
-
apt-get install liborc-0.4-dev
- Alpine
-
apk add orc
- Arch Linux
-
pacman -S orc
- Kali Linux
-
apt-get install liborc-0.4-dev-bin
- CentOS
-
yum install orc
- Fedora
-
dnf install orc
- 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
- Dockerfile
- dockerfile.run/orc-bugreport
- Docker
-
docker run cmd.cat/orc-bugreport orc-bugreport
powered by Commando
orc
Optimized Inner Loop Runtime 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.