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
This commit is contained in:
Martin Pluskal 2020-05-11 05:21:51 +00:00 committed by Git OBS Bridge
parent a26f2a0d5e
commit e9b73d953f
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:283d088f93774a55cb8be058b3d3b4a06d8bd44d6bc0016416f5a7818dd05db4
size 330676

3
volk-2.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f42c928f561b128acfe4adb21227e4a62a3f6ab8103592fc3233765ff326d5fc
size 344763

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat May 9 12:09:27 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 26 19:47:28 UTC 2020 - Martin Hauke <mardnh@gmx.de> Wed Feb 26 19:47:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,10 +17,10 @@
%global sonum 2 %global sonum 2
%global soname 2_2_1 %global soname 2_3
Name: volk Name: volk
Version: 2.2.1 Version: 2.3.0
Release: 0 Release: 0
Summary: Vector-Optimized Library of Kernels Summary: Vector-Optimized Library of Kernels
License: GPL-3.0-only License: GPL-3.0-only