commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch master updated (db2c447 -> 89f6843)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (db2c447 -> 89f6843)
Date: Wed, 30 Jul 2014 17:48:01 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch master
in repository gnuradio.

      from  db2c447   Merge branch 'maint'
       new  6348345   volk: cleaned up some sign compare warnings.
       new  d84c2f1   volk: r10 = sl --> removing duplicated register from NEON 
ASM proto-kernel.
       new  bf914b6   volk: added a binary slicer that outputs int8_t data.
       new  89f6843   blocks: adding VOLK support for some functions.

The 4 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:
 .../grc/{blocks_max_xx.xml => blocks_min_xx.xml}   |   8 +-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |  10 +-
 .../gnuradio/blocks/{max_XX.h.t => min_XX.h.t}     |   6 +-
 .../include/gnuradio/blocks/multiply_const_cc.h    |   2 -
 ...multiply_const_vXX.h.t => multiply_const_vcc.h} |  26 ++-
 ...multiply_const_vXX.h.t => multiply_const_vff.h} |  26 ++-
 .../gnuradio/blocks/{sub_XX.h.t => sub_ff.h}       |  17 +-
 gr-blocks/lib/CMakeLists.txt                       |  10 +-
 gr-blocks/lib/float_to_complex_impl.cc             |  15 +-
 .../lib/{max_XX_impl.cc.t => min_XX_impl.cc.t}     |  15 +-
 .../lib/{argmax_XX_impl.h.t => min_XX_impl.h.t}    |   2 +-
 gr-blocks/lib/multiply_const_cc_impl.cc            |   2 -
 gr-blocks/lib/multiply_const_cc_impl.h             |   2 -
 ..._complex_impl.cc => multiply_const_vcc_impl.cc} |  52 +++---
 .../{add_XX_impl.h.t => multiply_const_vcc_impl.h} |  21 +--
 ...const_ff_impl.cc => multiply_const_vff_impl.cc} |  41 +++--
 ...to_complex_impl.h => multiply_const_vff_impl.h} |  21 ++-
 gr-blocks/lib/{add_ff_impl.cc => sub_ff_impl.cc}   |  49 ++++--
 gr-blocks/lib/{add_XX_impl.h.t => sub_ff_impl.h}   |  16 +-
 gr-blocks/python/blocks/qa_max.py                  | 118 ++++++++++++-
 gr-blocks/python/blocks/qa_min.py                  | 178 ++++++++++++++++++++
 gr-blocks/swig/blocks_swig3.i                      |   9 +
 gr-digital/lib/binary_slicer_fb_impl.cc            |  16 +-
 gr-fec/lib/dummy_decoder_impl.cc                   |   1 +
 volk/apps/volk_profile.cc                          |   1 +
 .../asm/neon/volk_32f_s32f_multiply_32f_neonasm.s  |  17 +-
 volk/kernels/volk/volk_16i_x5_add_quad_16i_x4.h    |   5 +-
 volk/kernels/volk/volk_32f_binary_slicer_32i.h     |  10 +-
 volk/kernels/volk/volk_32f_binary_slicer_8i.h      | 187 +++++++++++++++++++++
 volk/kernels/volk/volk_32f_x3_sum_of_poly_32f.h    |  20 +--
 volk/lib/testqa.cc                                 |   1 +
 31 files changed, 700 insertions(+), 204 deletions(-)
 copy gr-blocks/grc/{blocks_max_xx.xml => blocks_min_xx.xml} (91%)
 copy gr-blocks/include/gnuradio/blocks/{max_XX.h.t => min_XX.h.t} (89%)
 copy gr-blocks/include/gnuradio/blocks/{multiply_const_vXX.h.t => 
multiply_const_vcc.h} (69%)
 copy gr-blocks/include/gnuradio/blocks/{multiply_const_vXX.h.t => 
multiply_const_vff.h} (70%)
 copy gr-blocks/include/gnuradio/blocks/{sub_XX.h.t => sub_ff.h} (80%)
 copy gr-blocks/lib/{max_XX_impl.cc.t => min_XX_impl.cc.t} (81%)
 copy gr-blocks/lib/{argmax_XX_impl.h.t => min_XX_impl.h.t} (95%)
 copy gr-blocks/lib/{float_to_complex_impl.cc => multiply_const_vcc_impl.cc} 
(51%)
 copy gr-blocks/lib/{add_XX_impl.h.t => multiply_const_vcc_impl.h} (65%)
 copy gr-blocks/lib/{multiply_const_ff_impl.cc => multiply_const_vff_impl.cc} 
(53%)
 copy gr-blocks/lib/{interleaved_char_to_complex_impl.h => 
multiply_const_vff_impl.h} (66%)
 copy gr-blocks/lib/{add_ff_impl.cc => sub_ff_impl.cc} (52%)
 copy gr-blocks/lib/{add_XX_impl.h.t => sub_ff_impl.h} (78%)
 create mode 100644 gr-blocks/python/blocks/qa_min.py
 create mode 100644 volk/kernels/volk/volk_32f_binary_slicer_8i.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]