oil-bugreport
liboil
Install
- All systems
-
curl cmd.cat/oil-bugreport.sh
- Debian
-
apt-get install liboil0.3-dbg
- Ubuntu
-
apt-get install liboil0.3-dev
- CentOS
-
yum install liboil-devel
- Fedora
-
dnf install liboil-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liboil0.3-dev
- Raspbian
-
apt-get install liboil0.3-dbg
- Dockerfile
- dockerfile.run/oil-bugreport
liboil-devel
liboil
liboil0.3
Library of Optimized Inner Loops
Liboil is a collection of functions that often benefit from having special implementations on various architectures or CPUs. Each function in liboil has several implementations which may perform faster or slower on a given CPU. Some implementations use alternate algorithms, some use hand-crafted assembly, and some use special instructions that are only available on certain CPUs, such as MMX, SSE, or Altivec. The fastest implementation is automatically chosen at runtime. This package contains the liboil shared libraries. It is typically installed automatically when an application or library requires it.
liboil0.3-dbg
Library of Optimized Inner Loops (debug package)
Liboil is a collection of functions that often benefit from having special implementations on various architectures or CPUs. Each function in liboil has several implementations which may perform faster or slower on a given CPU. Some implementations use alternate algorithms, some use hand-crafted assembly, and some use special instructions that are only available on certain CPUs, such as MMX, SSE, or Altivec. The fastest implementation is automatically chosen at runtime. This package contains the debugging symbols for the liboil library. Users should install it if they want to debug software that uses liboil.
liboil0.3-dev
Library of Optimized Inner Loops (development headers)
Liboil is a collection of functions that often benefit from having special implementations on various architectures or CPUs. Each function in liboil has several implementations which may perform faster or slower on a given CPU. Some implementations use alternate algorithms, some use hand-crafted assembly, and some use special instructions that are only available on certain CPUs, such as MMX, SSE, or Altivec. The fastest implementation is automatically chosen at runtime. This package contains the development headers and libraries, and should be installed to compile software that uses liboil.