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
This commit is contained in:
parent
739436575b
commit
a26f2a0d5e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe422f10b880d10cb72bdd1a3362a0f65d2d6d655dd1296459773c89fae51781
|
|
||||||
size 274825
|
|
3
volk-2.2.1.tar.gz
Normal file
3
volk-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:283d088f93774a55cb8be058b3d3b4a06d8bd44d6bc0016416f5a7818dd05db4
|
||||||
|
size 330676
|
19
volk.changes
19
volk.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 19:47:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 22 14:26:11 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Sun Dec 22 14:26:11 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package volk
|
# spec file for package volk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%global sonum 2
|
%global sonum 2
|
||||||
%global soname 2_1
|
%global soname 2_2_1
|
||||||
|
|
||||||
Name: volk
|
Name: volk
|
||||||
Version: 2.1.0
|
Version: 2.2.1
|
||||||
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
|
||||||
@ -35,7 +35,6 @@ BuildRequires: libboost_system-devel
|
|||||||
BuildRequires: orc
|
BuildRequires: orc
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Mako
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-six
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
VOLK provides a library of vector-optimized kernels. It is a subproject
|
VOLK provides a library of vector-optimized kernels. It is a subproject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user