[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (8462022 -> 89d0241)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (8462022 -> 89d0241) |
Date: |
Fri, 31 Oct 2014 19:22:32 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from 8462022 Merge branch 'master' into next
new d97396d volk: add neon kernel for 16i_convert_8i
new 58432ba volk: add neon kernels for 32fc->32f deinterleavers
new 2e26c38 volk: removing executable bit for volk_32f_x2_pow_32f.h
new 520ac29 volk: add neon support for 32fc_s32fc_multiply_32fc
new 068bc75 volk: popcnt support
new 085ab21 volk: adding popcnt puppets to qa
new c848908 volk: add neon kernel for 16i_32fc_dot_prod_32fc
new a4894c4 volk: add neon protokernel for 16i_s32f_convert_32f.
new c07d1a8 volk: add neon version for 32f_binary_slicer_8i
new dadc6e9 volk: removed unused variable from neon binary slicer
new f2bc76c volk: add neon version of 32u_byteswap
new e910bf9 volk: update profile to use the new 32u_byteswap puppet
new 34670fd volk: add neon versions for 32i bitwise operators
new 150bb12 volk: fixing 32u_byteswap puppet for SSE
new 398f96a volk: add neon version of complex<float> dot product
new 2c4c371 volk: add neon kernel for 64u_byteswap and puppets for
64/16 byteswap
new cb32b70 volk: add a neon table version of 16u_byteswap
new 86a2cf0 volk: fixing *byteswap sse puppet signatures
new eba094a volk: add neon log2 implementation and fix QA to properly
test
new 5d1c29c volk: fix memory overrun/corruption in neon
binary_slicer_8i
new 0c92479 volk: relax log2 qa constraints and use a higher order
polynomial
new 4869607 Merge commit '0c92479f'
new 89d0241 Merge branch 'master' into next
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
volk/apps/volk_profile.cc | 14 +--
volk/kernels/volk/volk_16i_32fc_dot_prod_32fc.h | 48 +++++++++-
volk/kernels/volk/volk_16i_convert_8i.h | 43 ++++++++-
volk/kernels/volk/volk_16i_s32f_convert_32f.h | 46 ++++++++++
volk/kernels/volk/volk_16u_byteswap.h | 52 +++++++++++
volk/kernels/volk/volk_16u_byteswappuppet_16u.h | 55 +++++++++++
volk/kernels/volk/volk_32f_binary_slicer_8i.h | 80 ++++++++++++++++
volk/kernels/volk/volk_32f_log2_32f.h | 102 ++++++++++++++++++++-
volk/kernels/volk/volk_32f_x2_pow_32f.h | 0
volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h | 33 +++++++
.../kernels/volk/volk_32fc_deinterleave_imag_32f.h | 29 ++++++
.../kernels/volk/volk_32fc_deinterleave_real_32f.h | 26 ++++++
volk/kernels/volk/volk_32fc_s32fc_multiply_32fc.h | 41 ++++++++-
.../volk/volk_32fc_x2_conjugate_dot_prod_32fc.h | 49 +++++++++-
volk/kernels/volk/volk_32fc_x2_dot_prod_32fc.h | 2 +-
volk/kernels/volk/volk_32i_x2_and_32i.h | 34 +++++++
volk/kernels/volk/volk_32i_x2_or_32i.h | 34 +++++++
volk/kernels/volk/volk_32u_byteswap.h | 55 ++++++++++-
volk/kernels/volk/volk_32u_byteswappuppet_32u.h | 45 +++++++++
...lk_32u_popcnt.h => volk_32u_popcntpuppet_32u.h} | 49 ++++------
volk/kernels/volk/volk_64u_byteswap.h | 55 +++++++++++
volk/kernels/volk/volk_64u_byteswappuppet_64u.h | 45 +++++++++
volk/kernels/volk/volk_64u_popcnt.h | 20 ++++
...lk_32u_popcnt.h => volk_64u_popcntpuppet_64u.h} | 50 ++++------
volk/lib/qa_utils.cc | 2 +-
volk/lib/testqa.cc | 6 +-
26 files changed, 931 insertions(+), 84 deletions(-)
create mode 100644 volk/kernels/volk/volk_16u_byteswappuppet_16u.h
mode change 100755 => 100644 volk/kernels/volk/volk_32f_x2_pow_32f.h
create mode 100644 volk/kernels/volk/volk_32u_byteswappuppet_32u.h
copy volk/kernels/volk/{volk_32u_popcnt.h => volk_32u_popcntpuppet_32u.h} (51%)
create mode 100644 volk/kernels/volk/volk_64u_byteswappuppet_64u.h
copy volk/kernels/volk/{volk_32u_popcnt.h => volk_64u_popcntpuppet_64u.h} (51%)
- [Commit-gnuradio] [gnuradio] branch next updated (8462022 -> 89d0241),
git <=