summaryrefslogtreecommitdiff
path: root/math/volk
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25volk: mark as not for Python 2.7adam1-1/+3
2022-10-04volk: updated to 2.5.2adam2-10/+11
Changes 2.5.2 Android - Add Android CI - Fix armeabi-v7a on Android 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
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-1/+2
2022-03-17volk: needs GCC>=8 for std::filesystem, like GNU Radiotnn1-1/+2
2022-03-11volk: update to 2.5.1tnn5-53/+11
Now correctly detects external devel/cpu_features package, so remove patches for that. Also remove boost dependency since the package was changed to use C++17 instead of boost.
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-1/+2
2021-12-11volk: update to 2.5.0tnn5-22/+22
Kernels volk_32f_stddev_and_mean_32f_x2: implemented Young and Cramer's algorithm volk_32fc_accumulator_s32fc: Add new kernel volk_16ic_x2_dot_prod_16ic_u_avx2: Fix Typo, was _axv2. Remove _mm256_zeroupper() calls Enforce consistent function prototypes 32fc_index_max: Improve speed of AVX2 version conv_k7_r2: Disable broken AVX2 code improve volk_8i_s32f_convert_32f for ARM NEON Calculate cos in AVX512F Calculate sin using AVX512F Build Fix python version detection cmake: Check that 'distutils' is available c11: Remove pre-C11 preprocessor instructions
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam1-2/+2
2021-04-21revbump for boost-libsadam1-1/+2
2021-04-05volk: update to 2.4.1tnn4-33/+43
Fixes build portability regressions introduced in 2.4.0
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-1/+2
2020-12-14volk: update to 2.4.0tnn6-11/+52
pkgsrc: since the volk release tarball only provides the required cpu_features library as a git submodule that has to be manually cloned, we instead depend on devel/cpu_features from pkgsrc and patch the cmake files to accept the static library as an external dependency. Documentation Update README to be more verbose and to improve usefulness. Compilers AppleClang: Treat AppleClang as Clang. Paired with the cpu_features introduction, this enables us to use architecture specific kernels on a broader set of platforms. CMake Enable to not install volk_modtool. Remove "find_package_handle_standard_args" warning. cpu_features Use cpu_features v0.6.0 as a private submodule to detect available CPU features. Fix incorrect feature detection for newer AVX versions. Circumvent platform specific feature detection. Enable more architecture specific kernels on more platforms. Kernels Disable slow and broken SSE4.1 kernel in volk_32fc_x2_dot_prod_32fc Adjust min/max for 32f_s32f_convert_8i kernel Use INT8_* instead of CHAR_*
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-1/+2
For the Python 3.8 default switch.
2020-08-01math/volk: import volk-2.3.0tnn7-0/+270
The Vector-Optimized Library of Kernel is a library that contains kernels of hand-written SIMD code for different mathematical operations. Since each SIMD architecture can be very different and no compiler has yet come along to handle vectorization properly or highly efficiently, VOLK approaches the problem differently. VOLK is a sub-project of GNU Radio.