volk.git
7 years agolibm-link
A. Maitland Bottoms [Sat, 12 May 2018 19:25:04 +0000 (20:25 +0100)]
libm-link

Gbp-Pq: Name libm-link

7 years agosort cmake glob lists
A. Maitland Bottoms [Wed, 28 Mar 2018 02:04:11 +0000 (22:04 -0400)]
sort cmake glob lists

File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
with the readdir() order. Sorting the lists should help make reproducible builds.

Gbp-Pq: Name sort-cmake-glob-lists

7 years agomake acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
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

7 years agonative armv7 build support
A. Maitland Bottoms [Wed, 28 Mar 2018 02:01:33 +0000 (22:01 -0400)]
native armv7 build support

Debian, unlike other GNU Radio deployments, does not cross-compile
packages, but builds natively on a set of build machines, including
both arm and armhf.

Gbp-Pq: Name native-armv7-build-support

7 years agoFix 32u_reverse_32u for ARM.
Philip Balister [Fri, 27 Apr 2018 10:54:33 +0000 (10:54 +0000)]
Fix 32u_reverse_32u for ARM.

 * Order of operands in inline asm reversed.
 * Worked for some tune setting since gcc generated rbit lr, lr so
   order didn't matter. For other tune settings it generated rbit r3, r2
   which would fail QA test.

Signed-off-by: Philip Balister <philip@balister.org>
Gbp-Pq: Name 0009-Fix-32u_reverse_32u-for-ARM.patch

7 years agoFix add_test for Windows.
Ryan Volz [Tue, 17 Apr 2018 17:45:38 +0000 (13:45 -0400)]
Fix add_test for Windows.

Gbp-Pq: Name 0008-Fix-add_test-for-Windows.patch

7 years agoFix compile on Windows by avoiding min/max macros in windows.h.
Ryan Volz [Tue, 17 Apr 2018 14:23:32 +0000 (10:23 -0400)]
Fix compile on Windows by avoiding min/max macros in windows.h.

Gbp-Pq: Name 0007-Fix-compile-on-Windows-by-avoiding-min-max-macros-in.patch

7 years agoAdd <sys/time.h> header (copied from gnuradio) to fix Windows build.
Ryan Volz [Fri, 13 Apr 2018 20:37:23 +0000 (16:37 -0400)]
Add <sys/time.h> header (copied from gnuradio) to fix Windows build.

Gbp-Pq: Name 0006-Add-sys-time.h-header-copied-from-gnuradio-to-fix-Wi.patch

7 years agocmake: Fix 'endif' to match 'if'
Michael Dickens [Thu, 5 Apr 2018 18:02:57 +0000 (14:02 -0400)]
cmake: Fix 'endif' to match 'if'

Gbp-Pq: Name 0005-cmake-Fix-endif-to-match-if.patch

7 years agofixed a buffer over-read and over-write in volk_32fc_x2_s32f_square_dist_scalar_mult_...
Brandon P. Enochs [Tue, 3 Apr 2018 22:20:53 +0000 (18:20 -0400)]
fixed a buffer over-read and over-write in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_avx.

Gbp-Pq: Name 0004-fixed-a-buffer-over-read-and-over-write-in-volk_32fc.patch

7 years agoextracted variables for the source real and imaginary parts in volk_32fc_x2_s32f_squa...
Brandon P. Enochs [Tue, 3 Apr 2018 20:29:40 +0000 (16:29 -0400)]
extracted variables for the source real and imaginary parts in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_avx.

Gbp-Pq: Name 0003-extracted-variables-for-the-source-real-and-imaginar.patch

7 years agoAdded an AVX protokernel for volk_32fc_x2_32f_square_dist_scalar_mult_32f.
Brandon P. Enochs [Tue, 3 Apr 2018 20:22:16 +0000 (16:22 -0400)]
Added an AVX protokernel for volk_32fc_x2_32f_square_dist_scalar_mult_32f.

Gbp-Pq: Name 0002-Added-an-AVX-protokernel-for-volk_32fc_x2_32f_square.patch

7 years agovolk (1.4-3) unstable; urgency=medium
A. Maitland Bottoms [Sat, 12 May 2018 19:25:04 +0000 (20:25 +0100)]
volk (1.4-3) unstable; urgency=medium

  * update to v1.4-9-g297fefd
    Added an AVX protokernel for volk_32fc_x2_32f_square_dist_scalar_mult_32f
    fixed a buffer over-read and over-write in
     volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_avx
    Fix 32u_reverse_32u for ARM

[dgit import unpatched volk 1.4-3]

7 years agoImport volk_1.4-3.debian.tar.xz
A. Maitland Bottoms [Sat, 12 May 2018 19:25:04 +0000 (20:25 +0100)]
Import volk_1.4-3.debian.tar.xz

[dgit import tarball volk 1.4-3 volk_1.4-3.debian.tar.xz]

7 years agoImport volk_1.4.orig.tar.xz
A. Maitland Bottoms [Wed, 28 Mar 2018 02:57:42 +0000 (03:57 +0100)]
Import volk_1.4.orig.tar.xz

[dgit import orig volk_1.4.orig.tar.xz]