Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: volk-devel | Distribution: openSUSE Tumbleweed |
Version: 3.1.2 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Feb 26 20:21:24 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 1943533 | Source RPM: volk-3.1.2-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://libvolk.org/ | |
Summary: Development files for VOLK |
This package provides the the development files for VOLK.
LGPL-3.0-or-later
* 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 * Sat Feb 12 2022 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 2.5.1 Kernels * Fixup underperforming GENERIC kernel for volk_8u_x4_conv_k7_r2_8u * volk_32fc_x2_conjugate_dot_prod_32fc: New generic implementation * Add volk_32f(c)_index_min_16/32u * Fix volk_32fc_index_min_32u_neon * Fix volk_32fc_index_min_32u_neon Misc * Fix volk_malloc alignment bug * qa: Remove repeating tests * python: Switch to sysconfig module * deprecate: Add attribute deprecated * deprecate: Exclude warnings on Windows * docs: Update docs * Add the list of contributors agreeing to LGPL licensing * Add a script to count the lines that are pending resubmission * Testing: Add test for LGPL licensing * Update CODE_OF_CONDUCT file Boost * boost: Remove boost dependency * c++: Require C++17 for std::filesystem cpu_features * cpu_features: Update submodule pointer * cpu_features: Make cpu_features submodule optional Zenodo * zenodo: Add metadata file * zenodo: Re-organize .zenodo.json - Patch volk-fix-cpu_features-compilation-error.patch removed (not needed * Thu Jul 22 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - fixed build for s390x (no cpu_features) * Sat Jun 05 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.5.0 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 Fixes: * Fix segmentation fault when using GCC 8 * Fix python version detection * cmake: Check that 'distutils' is available * c11: Remove pre-C11 preprocessor instructions * Thu Dec 17 2020 Martin Hauke <mardnh@gmx.de> - Update to version 2.4.1 Build * cpu_features CMake option * Add cpu_features to static library build. * Use static liborc-0.4 library for static library build. * cmake: Detect if cpu_features submodule is present. Install * Check for lib64 versus lib and set LIB_SUFFIX accordingly. - Switch back to the release github tarballs - Verify source signature * Mon Nov 30 2020 Martin Hauke <mardnh@gmx.de> - Update to version 2.4.0 Documentation * Update README to be more verbose and to improve usefulness. 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_* - Upstream tarball does not have the cpu_features included so use a service file to generate the tarball. - Add patch: * volk-fix-cpu_features-compilation-error.patch
/usr/bin/volk-config-info /usr/include/volk /usr/include/volk/asm /usr/include/volk/asm/neon /usr/include/volk/asm/orc /usr/include/volk/asm/riscv /usr/include/volk/constants.h /usr/include/volk/saturation_arithmetic.h /usr/include/volk/volk.h /usr/include/volk/volk_16i_32fc_dot_prod_32fc.h /usr/include/volk/volk_16i_branch_4_state_8.h /usr/include/volk/volk_16i_convert_8i.h /usr/include/volk/volk_16i_max_star_16i.h /usr/include/volk/volk_16i_max_star_horizontal_16i.h /usr/include/volk/volk_16i_permute_and_scalar_add.h /usr/include/volk/volk_16i_s32f_convert_32f.h /usr/include/volk/volk_16i_x4_quad_max_star_16i.h /usr/include/volk/volk_16i_x5_add_quad_16i_x4.h /usr/include/volk/volk_16ic_convert_32fc.h /usr/include/volk/volk_16ic_deinterleave_16i_x2.h /usr/include/volk/volk_16ic_deinterleave_real_16i.h /usr/include/volk/volk_16ic_deinterleave_real_8i.h /usr/include/volk/volk_16ic_magnitude_16i.h /usr/include/volk/volk_16ic_s32f_deinterleave_32f_x2.h /usr/include/volk/volk_16ic_s32f_deinterleave_real_32f.h /usr/include/volk/volk_16ic_s32f_magnitude_32f.h /usr/include/volk/volk_16ic_x2_dot_prod_16ic.h /usr/include/volk/volk_16ic_x2_multiply_16ic.h /usr/include/volk/volk_16u_byteswap.h /usr/include/volk/volk_16u_byteswappuppet_16u.h /usr/include/volk/volk_32f_64f_add_64f.h /usr/include/volk/volk_32f_64f_multiply_64f.h /usr/include/volk/volk_32f_8u_polarbutterfly_32f.h /usr/include/volk/volk_32f_8u_polarbutterflypuppet_32f.h /usr/include/volk/volk_32f_accumulator_s32f.h /usr/include/volk/volk_32f_acos_32f.h /usr/include/volk/volk_32f_asin_32f.h /usr/include/volk/volk_32f_atan_32f.h /usr/include/volk/volk_32f_binary_slicer_32i.h /usr/include/volk/volk_32f_binary_slicer_8i.h /usr/include/volk/volk_32f_convert_64f.h /usr/include/volk/volk_32f_cos_32f.h /usr/include/volk/volk_32f_exp_32f.h /usr/include/volk/volk_32f_expfast_32f.h /usr/include/volk/volk_32f_index_max_16u.h /usr/include/volk/volk_32f_index_max_32u.h /usr/include/volk/volk_32f_index_min_16u.h /usr/include/volk/volk_32f_index_min_32u.h /usr/include/volk/volk_32f_invsqrt_32f.h /usr/include/volk/volk_32f_log2_32f.h /usr/include/volk/volk_32f_null_32f.h /usr/include/volk/volk_32f_s32f_32f_fm_detect_32f.h /usr/include/volk/volk_32f_s32f_add_32f.h /usr/include/volk/volk_32f_s32f_calc_spectral_noise_floor_32f.h /usr/include/volk/volk_32f_s32f_clamppuppet_32f.h /usr/include/volk/volk_32f_s32f_convert_16i.h /usr/include/volk/volk_32f_s32f_convert_32i.h /usr/include/volk/volk_32f_s32f_convert_8i.h /usr/include/volk/volk_32f_s32f_convertpuppet_8u.h /usr/include/volk/volk_32f_s32f_mod_rangepuppet_32f.h /usr/include/volk/volk_32f_s32f_multiply_32f.h /usr/include/volk/volk_32f_s32f_normalize.h /usr/include/volk/volk_32f_s32f_power_32f.h /usr/include/volk/volk_32f_s32f_s32f_mod_range_32f.h /usr/include/volk/volk_32f_s32f_stddev_32f.h /usr/include/volk/volk_32f_s32f_x2_clamp_32f.h /usr/include/volk/volk_32f_s32f_x2_convert_8u.h /usr/include/volk/volk_32f_sin_32f.h /usr/include/volk/volk_32f_sqrt_32f.h /usr/include/volk/volk_32f_stddev_and_mean_32f_x2.h /usr/include/volk/volk_32f_tan_32f.h /usr/include/volk/volk_32f_tanh_32f.h /usr/include/volk/volk_32f_x2_add_32f.h /usr/include/volk/volk_32f_x2_divide_32f.h /usr/include/volk/volk_32f_x2_dot_prod_16i.h /usr/include/volk/volk_32f_x2_dot_prod_32f.h /usr/include/volk/volk_32f_x2_fm_detectpuppet_32f.h /usr/include/volk/volk_32f_x2_interleave_32fc.h /usr/include/volk/volk_32f_x2_max_32f.h /usr/include/volk/volk_32f_x2_min_32f.h /usr/include/volk/volk_32f_x2_multiply_32f.h /usr/include/volk/volk_32f_x2_pow_32f.h /usr/include/volk/volk_32f_x2_powpuppet_32f.h /usr/include/volk/volk_32f_x2_s32f_interleave_16ic.h /usr/include/volk/volk_32f_x2_subtract_32f.h /usr/include/volk/volk_32f_x3_sum_of_poly_32f.h /usr/include/volk/volk_32fc_32f_add_32fc.h /usr/include/volk/volk_32fc_32f_dot_prod_32fc.h /usr/include/volk/volk_32fc_32f_multiply_32fc.h /usr/include/volk/volk_32fc_accumulator_s32fc.h /usr/include/volk/volk_32fc_conjugate_32fc.h /usr/include/volk/volk_32fc_convert_16ic.h /usr/include/volk/volk_32fc_deinterleave_32f_x2.h /usr/include/volk/volk_32fc_deinterleave_64f_x2.h /usr/include/volk/volk_32fc_deinterleave_imag_32f.h /usr/include/volk/volk_32fc_deinterleave_real_32f.h /usr/include/volk/volk_32fc_deinterleave_real_64f.h /usr/include/volk/volk_32fc_index_max_16u.h /usr/include/volk/volk_32fc_index_max_32u.h /usr/include/volk/volk_32fc_index_min_16u.h /usr/include/volk/volk_32fc_index_min_32u.h /usr/include/volk/volk_32fc_magnitude_32f.h /usr/include/volk/volk_32fc_magnitude_squared_32f.h /usr/include/volk/volk_32fc_s32f_atan2_32f.h /usr/include/volk/volk_32fc_s32f_deinterleave_real_16i.h /usr/include/volk/volk_32fc_s32f_magnitude_16i.h /usr/include/volk/volk_32fc_s32f_power_32fc.h /usr/include/volk/volk_32fc_s32f_power_spectral_densitypuppet_32f.h /usr/include/volk/volk_32fc_s32f_power_spectrum_32f.h /usr/include/volk/volk_32fc_s32f_x2_power_spectral_density_32f.h /usr/include/volk/volk_32fc_s32fc_multiply2_32fc.h /usr/include/volk/volk_32fc_s32fc_multiply_32fc.h /usr/include/volk/volk_32fc_s32fc_rotator2puppet_32fc.h /usr/include/volk/volk_32fc_s32fc_x2_rotator2_32fc.h /usr/include/volk/volk_32fc_s32fc_x2_rotator_32fc.h /usr/include/volk/volk_32fc_x2_add_32fc.h /usr/include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h /usr/include/volk/volk_32fc_x2_divide_32fc.h /usr/include/volk/volk_32fc_x2_dot_prod_32fc.h /usr/include/volk/volk_32fc_x2_multiply_32fc.h /usr/include/volk/volk_32fc_x2_multiply_conjugate_32fc.h /usr/include/volk/volk_32fc_x2_s32f_square_dist_scalar_mult_32f.h /usr/include/volk/volk_32fc_x2_s32fc_multiply_conjugate_add2_32fc.h /usr/include/volk/volk_32fc_x2_s32fc_multiply_conjugate_add_32fc.h /usr/include/volk/volk_32fc_x2_square_dist_32f.h /usr/include/volk/volk_32i_s32f_convert_32f.h /usr/include/volk/volk_32i_x2_and_32i.h /usr/include/volk/volk_32i_x2_or_32i.h /usr/include/volk/volk_32u_byteswap.h /usr/include/volk/volk_32u_byteswappuppet_32u.h /usr/include/volk/volk_32u_popcnt.h /usr/include/volk/volk_32u_popcntpuppet_32u.h /usr/include/volk/volk_32u_reverse_32u.h /usr/include/volk/volk_64f_convert_32f.h /usr/include/volk/volk_64f_x2_add_64f.h /usr/include/volk/volk_64f_x2_max_64f.h /usr/include/volk/volk_64f_x2_min_64f.h /usr/include/volk/volk_64f_x2_multiply_64f.h /usr/include/volk/volk_64u_byteswap.h /usr/include/volk/volk_64u_byteswappuppet_64u.h /usr/include/volk/volk_64u_popcnt.h /usr/include/volk/volk_64u_popcntpuppet_64u.h /usr/include/volk/volk_8i_convert_16i.h /usr/include/volk/volk_8i_s32f_convert_32f.h /usr/include/volk/volk_8ic_deinterleave_16i_x2.h /usr/include/volk/volk_8ic_deinterleave_real_16i.h /usr/include/volk/volk_8ic_deinterleave_real_8i.h /usr/include/volk/volk_8ic_s32f_deinterleave_32f_x2.h /usr/include/volk/volk_8ic_s32f_deinterleave_real_32f.h /usr/include/volk/volk_8ic_x2_multiply_conjugate_16ic.h /usr/include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h /usr/include/volk/volk_8u_conv_k7_r2puppet_8u.h /usr/include/volk/volk_8u_x2_encodeframepolar_8u.h /usr/include/volk/volk_8u_x3_encodepolar_8u_x2.h /usr/include/volk/volk_8u_x3_encodepolarpuppet_8u.h /usr/include/volk/volk_8u_x4_conv_k7_r2_8u.h /usr/include/volk/volk_alloc.hh /usr/include/volk/volk_avx2_fma_intrinsics.h /usr/include/volk/volk_avx2_intrinsics.h /usr/include/volk/volk_avx_intrinsics.h /usr/include/volk/volk_common.h /usr/include/volk/volk_complex.h /usr/include/volk/volk_config_fixed.h /usr/include/volk/volk_cpu.h /usr/include/volk/volk_malloc.h /usr/include/volk/volk_neon_intrinsics.h /usr/include/volk/volk_prefs.h /usr/include/volk/volk_sse3_intrinsics.h /usr/include/volk/volk_sse_intrinsics.h /usr/include/volk/volk_typedefs.h /usr/include/volk/volk_version.h /usr/lib64/cmake/volk /usr/lib64/cmake/volk/VolkConfig.cmake /usr/lib64/cmake/volk/VolkConfigVersion.cmake /usr/lib64/cmake/volk/VolkTargets-relwithdebinfo.cmake /usr/lib64/cmake/volk/VolkTargets.cmake /usr/lib64/libvolk.so /usr/lib64/pkgconfig/volk.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 18 00:12:25 2024