macOS
brew install volklocal Homebrew formula metadata
sudo port install volkMacPorts ports tree · science/volk/Portfile · 来源: api.github.com
安装
brew install volklocal Homebrew formula metadata
sudo port install volkMacPorts ports tree · science/volk/Portfile · 来源: api.github.com
sudo apk add volkAlpine Linux edge package indexes · volk · 来源: dl-cdn.alpinelinux.org
sudo dnf install volkFedora Rawhide package metadata · volk · 来源: dl.fedoraproject.org
nix profile install nixpkgs#volknixpkgs package indexes · pkgs/by-name/vo/volk/package.nix · 来源: api.github.com
sudo pacman -S volkArch Linux sync databases · volk · 来源: geo.mirror.pkgbuild.com
sudo zypper install volkopenSUSE Tumbleweed package metadata · volk · 来源: download.opensuse.org
sudo apt install libvolk-binDebian stable package indexes · libvolk-bin · 来源: deb.debian.org
概览
Vector Optimized Library of Kernels
历史
VOLK, the Vector-Optimized Library of Kernels, is a GNU Radio sub-project that packages hand-written SIMD kernels behind portable C/C++ APIs. Its niche is digital signal processing code that wants architecture-specific speedups without scattering SSE, AVX, NEON, or generic fallback implementations across application code.
GNU Radio developer Tom Rondeau announced VOLK in December 2010 as a new library pushed into the GNU Radio tree. The motivation was practical: GNU Radio had used hand optimization in places such as FIR filters, but lacked a convenient way to use SIMD routinely in everyday signal-processing blocks.
VOLK's design separated a public kernel call from multiple architecture-specific proto-kernels. At runtime, VOLK can select the best implementation for the processor, while users call an architecture-agnostic function. The project later became a separately usable GNU Radio sub-project with its own website, documentation, GitHub repository, and release stream.
VOLK's adoption followed GNU Radio's ecosystem: it became part of the performance toolbox for software-defined radio and DSP applications that need portable vector math. The official README still frames VOLK as a GNU Radio sub-project and directs users to GNU Radio for broader project context.
Stewardship moved with GNU Radio's modern open-source workflow. The contributing documentation notes that copyright was historically owned by the Free Software Foundation and that the project now uses the Developer Certificate of Origin process, with pull requests tested across Linux, macOS, Windows, x86_64, armv7, and aarch64.
Typical users link against VOLK kernels for vector math operations and run `volk_profile` after installation so VOLK can benchmark and select the fastest implementation for the local CPU. Developers add new proto-kernels when a platform or instruction set needs a tuned implementation, while keeping a generic version for portability.
VOLK matters to package maintainers because it is small but hardware-sensitive: the same source package exposes optional acceleration paths across CPU families, and runtime profiling means the installed package can adapt to the machine rather than baking in one best answer at build time.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.volk/volk_config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
volk-config-info | cli | 全局可执行文件 | |
volk_modtool | cli | 全局可执行文件 | |
volk_profile | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/gnuradio/volk
安装元数据
| 软件包键 | brew:volk |
|---|---|
| 版本 | 3.3.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/volk |
| 主页 | https://www.libvolk.org/ |
| 仓库 | https://github.com/gnuradio/volk |
| 上游文档 | https://www.libvolk.org/doxygen |
| 许可证 | LGPL-3.0-or-later |
| 源码归档 | https://github.com/gnuradio/volk/releases/download/v3.3.0/volk-3.3.0.tar.gz |
| 最后更新 | 2026-06-02T18:42:40+01:00 |
| Pulse | updated |
| 依赖 | cpu_features, fmt, orc, python@3.14 |
| 构建依赖 | cmake, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | volk |
| Version Scheme | 0 |
| Revision | 2 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libvolk-bin 3.2.0-2
vector optimized runtime tools
sudo apt install libvolk-binlibvolk-dev 3.2.0-2
vector optimized function headers
sudo apt install libvolk-devlibvolk-doc 3.2.0-2
vector optimized library documentation
sudo apt install libvolk-doclibvolk3.2 3.2.0-2
vector optimized functions
sudo apt install libvolk3.2volk
nix profile install nixpkgs#volklibvolk-bin 3.1.2-1.1build1
vector optimized runtime tools
sudo apt install libvolk-binlibvolk-dev 3.1.2-1.1build1
vector optimized function headers
sudo apt install libvolk-devlibvolk-doc 3.1.2-1.1build1
vector optimized library documentation
sudo apt install libvolk-doclibvolk3.1t64 3.1.2-1.1build1
vector optimized functions
sudo apt install libvolk3.1t64volk 1.4.341.0-r0
Meta loader for Vulkan API
sudo apk add volkvolk-doc 1.4.341.0-r0
Meta loader for Vulkan API (documentation)
sudo apk add volk-docvolk 3.3.0-2.fc45
The Vector Optimized Library of Kernels
https://github.com/gnuradio/volk
sudo dnf install volkvolk-devel 3.3.0-2.fc45
Development files for VOLK
https://github.com/gnuradio/volk
sudo dnf install volk-develvolk-doc 3.3.0-2.fc45
Documentation files for VOLK
https://github.com/gnuradio/volk
sudo dnf install volk-docvolk 1.4.350.0-1
Meta loader for Vulkan API
sudo pacman -S volklibvolk3_3 3.3.0-1.3
Vector-Optimized Library of Kernels
sudo zypper install libvolk3_3来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.