SHA256
1
0
forked from pool/volk

6 Commits

Author SHA256 Message Date
Martin Pluskal
2fef475cfd Accepting request 851836 from home:mnhauke:sdr-devel
- 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

OBS-URL: https://build.opensuse.org/request/show/851836
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=9
2020-11-30 16:07:15 +00:00
Martin Pluskal
e9b73d953f Accepting request 802221 from home:mnhauke:sdr-devel
- Update to version 2.3.0
  * Better reproducible builds
  * CMake improvements
    + ORC is removed from the public interface where it was never
      supposed to be.
    + CMake fixes for better usability
  * Enforce C/C++ coding style via clang-format
  * Kernel fixes
    + Add puppet for `power_spectral_density` kernel
    + Treat the `mod_range` puppet as a puppet for correct use
      with `volk_profile`
    + Fix `index_max` kernels
    + Fix `rotator`. We hope that we finally found the root cause
      of the issue.
  * Kernel optimizations
    + Updated log10 calcs to use faster log2 approach
    + Optimize `complexmultiplyconjugate`
  * New kernels
    + accurate exp kernel is finally merged after years
    + Add 32f_s32f_add_32f kernel to perform vector + scalar float
      operation

OBS-URL: https://build.opensuse.org/request/show/802221
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=7
2020-05-11 05:21:51 +00:00
Martin Pluskal
a26f2a0d5e Accepting request 779664 from home:mnhauke:sdr-devel
- Update to version 2.2.1
  Changes
  * Fix loop bound in AVX rotator
  * Fix out-of-bounds read in AVX2 square dist kernel
  * Fix length checks in AVX2 index max kernels
  * includes: rearrange attributes to simplify macros Whitespace
  * kernels: fix usage in header comments
- Update to version 2.2.0
  Highlights
  * Dropped Python 2 build support
    + Removed Python six module dependency
  * Use C11 aligned_alloc whenever possible
  * Add VOLK version in volk_version.h (included in volk.h)
  * Improved CMake code
  * Improved code with lots of refactoring and performance tweaks

OBS-URL: https://build.opensuse.org/request/show/779664
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=5
2020-02-27 07:52:17 +00:00
Martin Pluskal
739436575b Accepting request 758850 from home:mnhauke:sdr-devel
- Update to version 2.1.0
  * The AVX FMA rotator bug is fixed
  * VOLK offers `volk::vector<>` for C++ to follow RAII
  * Move towards modern dependencies
      - CMake 3.8
      - Prefer Python3
          - We will drop Python2 support in a future release!
      - Use C++17 `std::filesystem`
          - This enables VOLK to be built without Boost if
            available!
  * more stable CI
  * lots of bugfixes
  * more optimized kernels, especially more NEON versions

OBS-URL: https://build.opensuse.org/request/show/758850
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=3
2019-12-23 08:44:58 +00:00
Dominique Leuenberger
09e5e18378 Accepting request 731788 from hardware:sdr
I want to maintain volk in Factory

OBS-URL: https://build.opensuse.org/request/show/731788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/volk?expand=0&rev=1
2019-09-23 10:29:12 +00:00
Martin Hauke
cb5001b93b Accepting request 731010 from home:StefanBruens:branches:hardware:sdr
Standalone package, split from gnuradio.
Required for gnuradio 3.8.0.0

OBS-URL: https://build.opensuse.org/request/show/731010
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=1
2019-09-16 09:57:58 +00:00