- volk (1.4-3+rpi1) buster-staging; urgency=medium
++volk (2.0.0-2+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 1.1-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 20 Sep 2015 20:30:19 +0000]
+ * Disable neon.
+
- -- Raspbian forward porter <root@raspbian.org> Sun, 20 May 2018 21:04:31 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 22 Aug 2019 17:08:21 +0000
++
+ volk (2.0.0-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- A. Maitland Bottoms <bottoms@debian.org> Mon, 12 Aug 2019 22:49:11 -0400
+
+ volk (2.0.0-1) experimental; urgency=medium
+
+ * New upstream release
+
+ -- A. Maitland Bottoms <bottoms@debian.org> Wed, 07 Aug 2019 23:31:20 -0400
+
+ volk (1.4-4) unstable; urgency=medium
+
+ * working volk_modtool with Python 3
+ * build and install libvolk.a
+
+ -- A. Maitland Bottoms <bottoms@debian.org> Mon, 29 Oct 2018 01:32:05 -0400
volk (1.4-3) unstable; urgency=medium
- 0002-Added-an-AVX-protokernel-for-volk_32fc_x2_32f_square.patch
- 0003-extracted-variables-for-the-source-real-and-imaginar.patch
- 0004-fixed-a-buffer-over-read-and-over-write-in-volk_32fc.patch
- 0005-cmake-Fix-endif-to-match-if.patch
- 0006-Add-sys-time.h-header-copied-from-gnuradio-to-fix-Wi.patch
- 0007-Fix-compile-on-Windows-by-avoiding-min-max-macros-in.patch
- 0008-Fix-add_test-for-Windows.patch
- 0009-Fix-32u_reverse_32u-for-ARM.patch
native-armv7-build-support
make-acc-happy
- sort-cmake-glob-lists
- libm-link
+ optional-static-apps
+disable-neon
# set up the assembler flags and include the source files
foreach(ARCH ${ASM_ARCHS_AVAILABLE})
string(REGEX MATCH "${ARCH}" ASM_ARCH "${available_archs}")
- if(( ASM_ARCH STREQUAL "neonxxxx" ) OR ( ${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7xxxx"))
- if( ASM_ARCH STREQUAL "neonv7" )
++ if( ASM_ARCH STREQUAL "neonv7xxxxx" )
message(STATUS "---- Adding ASM files") # we always use ATT syntax
message(STATUS "-- Detected neon architecture; enabling ASM")
# setup architecture specific assembler flags