summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy
The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.
Gbp-Pq: Name make-acc-happy
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
avoid-unnecessary-soversion-bump
Gbp-Pq: Name avoid-unnecessary-soversion-bump
Vasil Velichkov [Sun, 22 Mar 2020 20:22:13 +0000 (22:22 +0200)]
[PATCH 7/7] cmake: Remove the ORC from the VOLK public link interface
The ORC is an internal dependency that is used to generate SIMD
implementations of some the kernels and no ORC types or functions are
exposed by the VOLK library so adding it to the public link interface is
unnecessary when linking dynamically.
Currently the ORC is added to the INTERFACE_LINK_LIBRARIES property of
the Volk::volk target in VolkTargets.cmake and you need to have the ORC
development files (liborc-*-dev) installed on your system in order to
successfully link a program or library that uses VOLK.
Gbp-Pq: Name 0007-cmake-Remove-the-ORC-from-the-VOLK-public-link-inter.patch
Clayton Smith [Sat, 21 Mar 2020 18:59:24 +0000 (14:59 -0400)]
[PATCH 6/7] Fix the broken index max kernels
Gbp-Pq: Name 0006-Fix-the-broken-index-max-kernels.patch
Johannes Demel [Tue, 17 Mar 2020 21:07:07 +0000 (22:07 +0100)]
[PATCH 5/7] clang-format: Rebase onto current master
This commit applies clang format to the latest master branch.
Gbp-Pq: Name 0005-clang-format-Rebase-onto-current-master.patch
Johannes Demel [Tue, 17 Mar 2020 20:53:08 +0000 (21:53 +0100)]
[PATCH 4/7] clang-format: Update PR with GitHub Action
Gbp-Pq: Name 0004-clang-format-Update-PR-with-GitHub-Action.patch
Johannes Demel [Sun, 23 Feb 2020 14:03:47 +0000 (15:03 +0100)]
[PATCH 3/7] clang-format: Apply clang-format
This commit adds `.clang-format` from GNU Radio and apply clang-format.
Run:
`find . -regex '.*\.\(c\|cc\|cpp\|cxx\|h\|hh\)' -exec clang-format \
-style=file -i {} \;`
in `.`.
Gbp-Pq: Name 0003-clang-format-Apply-clang-format.patch
Johannes Demel [Tue, 17 Mar 2020 20:20:51 +0000 (21:20 +0100)]
[PATCH 2/7] exp: Rename SSE4.1 to SSE2 kernel
The SSE kernel only requires SSE2 instructions. Thus, we can just use
this instruction level.
Gbp-Pq: Name 0002-exp-Rename-SSE4.1-to-SSE2-kernel.patch
Tom Rondeau [Tue, 7 Apr 2015 18:37:28 +0000 (14:37 -0400)]
[PATCH 1/7] volk: accurate exp kernel.
A more accurate exp VOLK kernel than volk_32f_expfast_32f.Taken from
code licensed with zlib.
Gbp-Pq: Name 0001-volk-accurate-exp-kernel.patch
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
volk (2.2.1-2) unstable; urgency=medium
* update to
v2.2.1-11-gfaf230e
* cmake: Remove the ORC from the VOLK public link interface
* Fix the broken index max kernels
[dgit import unpatched volk 2.2.1-2]
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
Import volk_2.2.1-2.debian.tar.xz
[dgit import tarball volk 2.2.1-2 volk_2.2.1-2.debian.tar.xz]
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
Import volk_2.2.1.orig.tar.xz
[dgit import orig volk_2.2.1.orig.tar.xz]