| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: volk_modtool | Distribution: openSUSE Tumbleweed |
| Version: 3.3.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sun Feb 8 21:30:32 2026 |
| Group: Development/Tools/Other | Build host: reproducible |
| Size: 53699 | Source RPM: volk-3.3.0-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://libvolk.org/ | |
| Summary: VOLK kernel creation utility | |
This package provides volk_modtool, used for creating new VOLK kernels.
LGPL-3.0-or-later
* Sun Feb 08 2026 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.3.0
New kernels
* volk_16i_x2_add_saturated_16i
* volk_16u_x2_add_saturated_16u
* volk_32f_sincos_32f_x2.h
* volk_64f_x2_dot_prod_64f.h
* volk_8i_x2_add_saturated_8i.h
* volk_8u_x2_add_saturated_8u.h
Improvements to a lot of kernels
* RiscV kernels are further improved and fixed
* RVV index_max/min kernels always return the correct (first)
index now
* New AVX512 implementations for a lot of kernels
* Add more NEON kernels with better accuracy
Documentation
* Working on auto-publishing latest docs
* More clarification on our software library dependencies policy
* Improved documentation on the underlying algorithms that are
used
Code quality
* cx-limited-range: Reduce scope of compile feature
* Fully rely on std::filesystem (we used to have a
boost::filesystem fallback)
* Align CMake auto-format with GNU Radio
* Update to modern PIC enablement
* Fix NEON compile checks
* Update code style in more places
* tighter
CI
* Add -Werror flag to CI for C compilation
* Remove obsolete CI, add new CI
* Fix obsolete MacOS Intel CI
Tests
* Add specialized test suite for the rotator kernel
* Improved usability with gtest
* Tighter error bounds for a lot of implementations
Usability
* new performance test output
* fastest implementation is marked with a star
* speed up vs. generic implementation is printed
* test "heat up" added
* Wed Oct 15 2025 Andreas Schwab <schwab@suse.de>
- Reenable LTO on riscv64 as gcc has been fixed
* Wed Sep 24 2025 aschnell@suse.com
- libboost_system was removed upstream (bsc#1249900)
* Mon Feb 10 2025 Andreas Schwab <schwab@suse.de>
- Disable LTO on riscv64
* Tue Feb 04 2025 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.2.0
New and improved kernels
* add RISC-V Vector extension (RVV) kernels
* New AVX512F implementation
Improved and modernized CI
* ci: Add first native Linux ARM runners
* macos: Fix CI dependency error
* appveyor: Update to VS 2022/Python 3.12
* Update android_build.yml
Improved builds
* cmake: Fix 64bit host CPU detection
* cmake: Suppress invalid escape sequence warnings with Python 3.12
* cmake/pkgconfig: use CMAKE_INSTALL_FULL_* variables
* cmake: Fix VOLK as a submodule build issue
* Adds toolchain file for Raspberry Pi 5
New and improved tests
* gtest: Start work on new test infrastructure
* tests: Add a log info print test
* gtest: Make gtest an install dependency
* gtest: Enable GTests in CI workflows
* tests: Beautify test output
Documentation
* cpu_features: Update hints in README
Code quality
* Add const to several args
Usability features
* feature: add env variable kernel override
* Mon Feb 26 2024 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.1.2
Documentation improvements, and automatically generate and publish
* docs: Add VOLK doc build to CI
* docs: Add upload to GitHub actions
* cpu_features: Update hints in README
Remove sse2neon with a native NEON implementation
* Replace sse2neon with native NEON
* Remove loop unrolling
* Simplify Spiral-generated code
Improve CI pipeline with new runner
* flyci: Test CI service with M2 instance
* actions: Update GH Actions checkout
Auto-format CMake files
* cmake: Add .cmake-format.py
* cmake: Apply .cmake-format.py
Release script fixes
* scripts/release: fix multi-concatenation of submodule tars
* shellcheck fixes
* bash negative exit codes are not portable, let's be positive
- Update to version 3.1.1
CI fixes
* Allow for rounding error in float-to-int conversions
* Allow for rounding error in volk_32fc_s32f_magnitude_16i
* Allow for rounding error in float-to-int interleave
* Add missing volk_16_byteswap_u_orc to puppet
* Fix 64-bit integer testing
* Build and test neonv7 protokernels on armv7
kernels
* Remove broken sse32 kernels
* Fix flaky fm_detect test
* Fix flaky mod_range test
* Remove unnecessary volatiles from volk_32fc_s32f_magnitude_16i
* Remove SSE protokernels written in assembly
* Remove inline assembler from volk_32fc_convert_16ic_neon
* Use bit shifts in generic and byte_shuffle reverse
* Remove disabled SSE4.1 dot product
* Fix conv_k7_r2 kernel and puppet
* Remove unused argument from renormalize
* Align types in ORC function signatures
* Uncomment AVX2 implementation
* Renormalize in every iteration on AVX2
* Remove extraneous permutations
* Compute the minimum over both register lanes
* volk_32fc_s32f_atan2_32f: Add NaN tests for avx2 and avx2fma
code
fixes
* Express version information in decimal
* Remove __VOLK_VOLATILE
* Remove references to simdmath library
* cmake: Switch to GNUInstallDirs
* fprintf: Remove fprintf statements from volk_malloc
* release: Prepare release with updated files
* Get the sse2neon.h file to a git submodule to avoid random
copies.
* Fri Jan 19 2024 Jan Engelhardt <jengelh@inai.de>
- Update descriptions
- Limit fdupes to /usr so it does not accidentally hardlink across
mounts.
* Tue Dec 05 2023 Martin Hauke <mardnh@gmx.de>
- Update to version 3.1.0
Build and dependency updates
* cmake: Link to cpu_features only in BUILD_INTERFACE.
* cmake: Do not install cpu_features with volk.
* Use CpuFeatures target.
* Use cpu_features on RISC-V platforms.
* cpu_features: Update submodule pointer.
* Add UBSAN to ASAN builds.
New kernel API
* Use pointers to pass in s32fc arguments.
* The old API is deprecated but will be available for the
foreseeable future.
Updated kernels
* Remove unused ORC code.
* Prefer NEON kernels over ORC.
* Require all kernels to have a generic implementation.
* Remove redundant a_generic kernels.
* Remove ORC kernels that use sqrtf.
* reverse: Rename dword_shuffle to generic.
* volk_32f_s32f_convert_8i: code style
* volk_32fc_x2_divide_32fc: add documentation about numerical
accuracy.
* kernel: Refactor 32f_s32f_multiply_32f kernel.
* kernel: Refactor 32f_x2_subtract_32f kernel.
* convert 32f->32i: fix compiler warnings about loss of int
precision.
* 64u_ byteswape: remove buggy Neonv8 protokernel.
* 64u_ byteswape: remove buggy Neon protokernel.
* Remove broken volk_16i_max_star_16i_neon protokernel.
* Fix truncate-toward-zero distortion.
* Fix encodepolar documentation.
New kernels
* add volk_32f_s32f_x2_convert_8u kernel.
* Fix documentation for the clamp kernel.
* added new kernel: volk_32f_s32f_x2_clamp.
* new kernels for atan2.
* Add 32f_s32f_multiply_32f RISC-V manually optimized assembly.
* Add .size to volk_32f_s32f_multiply_32f_sifive_u74.
* Add volk_32fc_x2_dot_prod_32fc_sifive_u74.
* Sat Jan 14 2023 Martin Hauke <mardnh@gmx.de>
- Update to version 3.0.0
* License switch to LGPLv3+
* Fix build for 32 bit arm with neon
* Add experimental support for MIPS and RISC-V
* Mon Sep 05 2022 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 2.5.2
CI
* Update all test jobs to more recent actions
volk_8u_x4_conv_k7_r2_8u
* Add NEON implementation neonspiral via sse2neon.h
Fixes
* Fix out-of-bounds reads
* Fix broken neon kernels
* Fix float to int conversion
CMake
* Suppress superfluous warning
* Fix Python install path calculation and documentation
cpu_features
* Update submodule pointer
VOLK 3.0 release preparations
* Use SPDX license identifiers everywhere
* Re-arrange files in top-level folder
* Update Doxygen and all Doxygen related tasks into docs
/usr/bin/volk_modtool /usr/lib64/python3.13/site-packages/volk_modtool /usr/lib64/python3.13/site-packages/volk_modtool/__init__.py /usr/lib64/python3.13/site-packages/volk_modtool/__init__.pyc /usr/lib64/python3.13/site-packages/volk_modtool/__init__.pyo /usr/lib64/python3.13/site-packages/volk_modtool/cfg.py /usr/lib64/python3.13/site-packages/volk_modtool/cfg.pyc /usr/lib64/python3.13/site-packages/volk_modtool/cfg.pyo /usr/lib64/python3.13/site-packages/volk_modtool/volk_modtool_generate.py /usr/lib64/python3.13/site-packages/volk_modtool/volk_modtool_generate.pyc /usr/lib64/python3.13/site-packages/volk_modtool/volk_modtool_generate.pyo /usr/share/doc/packages/volk_modtool /usr/share/doc/packages/volk_modtool/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:32:08 2026