macOS
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · 来源: api.github.com
安装
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · 来源: api.github.com
sudo dnf install liboilFedora Rawhide package metadata · liboil · 来源: dl.fedoraproject.org
nix profile install nixpkgs#liboilnixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · 来源: api.github.com
sudo zypper install liboil-0_3-0openSUSE Tumbleweed package metadata · liboil-0_3-0 · 来源: download.opensuse.org
概览
C library of simple functions optimized for various CPUs
历史
liboil, the Library of Optimized Inner Loops, is a freedesktop.org-era C library of simple CPU-optimized routines. It collected small loops such as array conversion, multiplication, summing, and other SIMD-friendly operations behind a reusable API.
The project documentation describes liboil as a library of simple functions optimized for CPUs using techniques such as Altivec, MMX, and SSE. Its goal was to consolidate optimized inner-loop code that multimedia applications and libraries often carried privately.
The freedesktop.org download directory shows a compact release line from 0.2.0 and 0.3.x in 2005 through 0.3.17 in February 2010. After that period, Orc, the Oil Runtime Compiler, became the successor project for generating and executing SIMD-style inner loops.
liboil mattered most in the multimedia and desktop stack, where many packages needed fast pixel, audio, or numeric loops but did not want to maintain architecture-specific assembly in every project.
Its package-manager life continued after active upstream development because older software still linked against liboil, while newer software increasingly moved to Orc or compiler/native SIMD approaches.
Developers used liboil as a C library for optimized primitive operations. Package users mostly encountered it indirectly as a dependency, with oil-bugreport available as a diagnostic executable.
The library is relevant when building older multimedia stacks or software that still depends on the liboil API rather than Orc.
liboil is package-nerd interesting because it captures a transitional moment before widespread portable SIMD abstractions: projects wanted reusable CPU-specific inner loops, but compiler autovectorization and runtime SIMD libraries had not settled the problem.
Its replacement by Orc is also instructive. The successor moved from a collection of hand-optimized functions toward a small runtime compiler for array operations, which explains why liboil often remains only as a compatibility package.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
oil-bugreport | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://wiki.freedesktop.org/liboil/
安装元数据
| 软件包键 | brew:liboil |
|---|---|
| 版本 | 0.3.17 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/liboil |
| 主页 | https://wiki.freedesktop.org/liboil/ |
| 仓库 | https://cgit.freedesktop.org/liboil |
| 上游文档 | https://wiki.freedesktop.org/liboil |
| 许可证 | BSD-2-Clause AND BSD-3-Clause |
| 源码归档 | https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz |
| 构建依赖 | autoconf, automake, gtk-doc, libtool, pkgconf |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | liboil |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
liboil
nix profile install nixpkgs#liboilliboil 0.3.16-38.fc44
Library of Optimized Inner Loops, CPU optimized functions
http://liboil.freedesktop.org/
sudo dnf install liboilliboil-devel 0.3.16-38.fc44
Development files and static library for liboil
http://liboil.freedesktop.org/
sudo dnf install liboil-develliboil-0_3-0 0.3.17-26.14
Library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-0_3-0liboil-devel 0.3.17-26.14
Headers for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-develliboil-doc 0.3.17-26.14
Documentation for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-docliboil
sudo port install liboil来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.