News for package volk

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: volk
Binary: libvolk1.0, libvolk1.0-dev, libvolk1.0-bin
Architecture: any
Version: 1.0.1-1
Maintainer: A. Maitland Bottoms <[email protected]>
Homepage: http://libvolk.org
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/users/bottoms/pkg-volk.git/
Vcs-Git: git://anonscm.debian.org/users/bottoms/pkg-volk.git
Build-Depends: debhelper (>= 9.0.0~), cmake, pkg-config, doxygen, dh-acc, libboost-filesystem-dev, libboost-system-dev, libboost-test-dev, libboost-program-options-dev, liborc-0.4-dev, liboil0.3-dev, python, python-cheetah, dh-python
Package-List:
 libvolk1.0 deb libs extra arch=any
 libvolk1.0-bin deb libs extra arch=any
 libvolk1.0-dev deb libdevel extra arch=any
Checksums-Sha1:
 f3574dd2e219ce5db57e2b204ee934c59ef634e7 153240 volk_1.0.1.orig.tar.xz
 db77f33b2417223866b0011e6c78e3cd802d9fe6 52340 volk_1.0.1-1.debian.tar.xz
Checksums-Sha256:
 0a28c5c5b40619d338b8cc0f74929b928d07013cd1c6613e1759f086b3b0590f 153240 volk_1.0.1.orig.tar.xz
 21186edafae1f19a7e99806c72f9bb6d96f701faf74cc79b1a9cbec8d149ee4a 52340 volk_1.0.1-1.debian.tar.xz
Files:
 75f278c68c49af010a117a702f010a74 153240 volk_1.0.1.orig.tar.xz
 6fa1fb9270128a113bcf57c74a0106c4 52340 volk_1.0.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVoFLUAAoJEFBB8YkfROCQ7vMP/2/15rttXr8CQ0oipxg0j2WG
vWvFfEwb1z32Ih7V0s6RsddvMMJ1jj2Dx4BpQgZFKBJpShpS0UuGIT0Kd3MzI1wd
XYwZ8QF5eRb1G6WDfuL5zpVZsjDuCcKCQx+rPyHxNbTh9bGX09M0S8tMIIHFu9PQ
+Tw5F0AuHjJmcIMbDj5cnlJi8lC4HDglmrUlegjSptKujn7XtqWlaq4vZzxocXr3
n/4MHQgal51RzaEXM0zKMgGXnA+oTXa536Dam/Mbkkp+qW9Pv/7wwXgh9NfjAd9K
8TpTiXx4E8yNkFx2oMD0Pujnmz8OFAYXCAIB/t1nzundQ4VM+mKMlGMIj+GYmG0o
5J2oJmTbp+2sGK0coBbU34R3N2Iv+hrhshJwc+N+jotOSX8jKRBLRuqGSV4mY1SO
RUKrDnGoCOp4UDoRpfKcAZBmx+b6ikQBKsMHdMau9PtK7k3XS7N7Ho2uep8KbSlX
nx/9ZWJoJayrP5uzzKB1rul/qQZjDzXVqdGtVJtNufcQUfIWmVqkOV/syEpf5mV/
CmHckCdYWfVGgvmxEA/R67QqUAeBzK2sWhFufJXfqQD6GemU7nDbKwLciXxowSO5
Nbh3wEL+NPzyoLn/bZyOtsQL+15jiQ11D+hzd46wc38R00Wvz9OHeSmqhnN7nbbc
G3sFHMv0tgNcqYYsiJiZ
=F1AJ
-----END PGP SIGNATURE-----

Changes:
volk (1.0.1-1) unstable; urgency=low

  * Maintenance Release v1.0.1 08 Jul 2015 by Nathan West
    This is a maintenance release with bug fixes since the initial release of
    v1.0 in April.
    
  * Contributors
   
    The following authors have contributed code to this release:
    
    Doug Geiger [email protected]
    Elliot Briggs [email protected]
    Marcus Mueller [email protected]
    Nathan West [email protected]
    Tom Rondeau [email protected]
   
  * Kernels
   
    Several bug fixes in different kernels. The NEON implementations of the
    following kernels have been fixed:
   
      32f_x2_add_32f
      32f_x2_dot_prod_32f
      32fc_s32fc_multiply_32fc
      32fc_x2_multiply_32fc
   
   Additionally the NEON asm based 32f_x2_add_32f protokernels were not being
   used and are now included and available for use via the dispatcher.
   
   The 32f_s32f_x2_fm_detect_32f kernel now has a puppet. This solves QA seg
   faults on 32-bit machines and provide a better test for this kernel.
   
   The 32fc_s32fc_x2_rotator_32fc generic protokernel replaced cabsf with
   hypotf for better Android support.

  * Building
   
    Static builds now trigger the applications (volk_profile and
    volk-config-info) to be statically linked.
    
    The file gcc_x86_cpuid.h has been removed since it was no longer being
    used. Previously it provided cpuid functionality for ancient compilers
    that we do not support.
    
    All build types now use -Wall.

  * QA and Testing
   
   The documentation around the --update option to volk_profile now makes it
   clear that the option will only profile kernels without entries in
   volk_profile. The signature of run_volk_tests with expanded args changed
   signed types to unsigned types to reflect the actual input.
   
   The remaining changes are all non-functional changes to address issues
   from Coverity.

 -- A. Maitland Bottoms <[email protected]>  Fri, 10 Jul 2015 17:57:42 -0400