Accepting request 802542 from hardware:sdr

OBS-URL: https://build.opensuse.org/request/show/802542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/volk?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-05-11 11:44:25 +00:00 committed by Git OBS Bridge
commit 384d7613c3
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