[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (fd0db71 -> 67ab045)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (fd0db71 -> 67ab045) |
Date: |
Sun, 27 Jul 2014 18:06:26 +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 fd0db71 Merge branch 'maint'
adds 09ba248 volk: adding string.h to puppet for memset calls.
adds 488f24f digital: Fix error in HDLC framer rejecting packets when
falsely determined to be "out of frame".
adds 2d76452 Merge remote-tracking branch 'bistromath/hdlc' into maint
new d9def5b Merge branch 'maint'
new 6e17772 volk: add NEON protokernels
new b04498f volk: dekludging asm setup, round 1
new 17b9ba0 volk: removing unused variables in neon
new 4477995 Merge remote-tracking branch 'nwest/neon'
new 2ddf0c9 cmake: fixes to cmake for setting flags properly and
removing dups.
adds 35efc33 digital: Removed spurious XML
adds 2607329 Merge remote-tracking branch 'mbant/digital/spurious_xml'
into maint
new 67ab045 Merge branch 'maint'
The 7 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:
cmake/Modules/GrMiscUtils.cmake | 6 +-
cmake/Toolchains/oe-sdk_cross.cmake | 2 +
gr-digital/grc/digital_block_tree.xml | 1 -
gr-digital/grc/digital_ofdm_mod2.xml | 64 ------
gr-digital/lib/hdlc_deframer_bp_impl.cc | 24 +--
gr-digital/lib/hdlc_deframer_bp_impl.h | 1 -
.../asm/neon/volk_16i_max_star_horizontal_16i.s | 52 +++++
.../asm/neon/volk_32f_s32f_multiply_32f_neonasm.s | 57 ++++++
.../volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s | 54 ++++++
.../asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s | 68 +++++++
.../asm/neon/volk_32f_x2_dot_prod_32f_neonasm.s | 58 ++++++
.../neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s | 116 +++++++++++
.../neon/volk_32fc_32f_dot_prod_32fc_a_neonasm.s | 79 ++++++++
...volk_32fc_32f_dot_prod_32fc_a_neonasmpipeline.s | 86 +++++++++
.../volk_32fc_32f_dot_prod_32fc_a_neonasmvmla.s | 74 +++++++
.../neon/volk_32fc_32f_dot_prod_32fc_unrollasm.s | 146 ++++++++++++++
.../asm/neon/volk_32fc_x2_dot_prod_32fc_neonasm.s | 98 ++++++++++
.../volk_32fc_x2_dot_prod_32fc_neonasm_opttests.s | 96 +++++++++
.../asm/neon/volk_32fc_x2_multiply_32fc_neonasm.s | 45 +++++
...olk_arm_32fc_32f_dot_prod_32fc_a_neonpipeline.s | 92 +++++++++
volk/kernels/volk/volk_16i_max_star_16i.h | 38 ++++
.../volk/volk_16i_max_star_horizontal_16i.h | 34 ++++
volk/kernels/volk/volk_16i_x4_quad_max_star_16i.h | 60 ++++++
volk/kernels/volk/volk_16i_x5_add_quad_16i_x4.h | 46 +++++
volk/kernels/volk/volk_16u_byteswap.h | 30 +++
volk/kernels/volk/volk_32f_invsqrt_32f.h | 31 +++
volk/kernels/volk/volk_32f_s32f_multiply_32f.h | 31 ++-
volk/kernels/volk/volk_32f_sqrt_32f.h | 29 +++
volk/kernels/volk/volk_32f_x2_add_32f.h | 43 +++++
volk/kernels/volk/volk_32f_x2_dot_prod_32f.h | 88 +++++++++
volk/kernels/volk/volk_32f_x2_interleave_32fc.h | 33 ++++
volk/kernels/volk/volk_32f_x2_max_32f.h | 36 ++++
volk/kernels/volk/volk_32f_x2_min_32f.h | 36 ++++
volk/kernels/volk/volk_32f_x2_multiply_32f.h | 27 +++
volk/kernels/volk/volk_32f_x2_subtract_32f.h | 34 ++++
volk/kernels/volk/volk_32f_x3_sum_of_poly_32f.h | 130 +++++++++++++
volk/kernels/volk/volk_32fc_32f_dot_prod_32fc.h | 153 +++++++++++++++
volk/kernels/volk/volk_32fc_32f_multiply_32fc.h | 37 ++++
volk/kernels/volk/volk_32fc_conjugate_32fc.h | 35 ++++
volk/kernels/volk/volk_32fc_magnitude_32f.h | 106 ++++++++++
.../kernels/volk/volk_32fc_magnitude_squared_32f.h | 42 ++++
volk/kernels/volk/volk_32fc_x2_dot_prod_32fc.h | 215 +++++++++++++++++++++
volk/kernels/volk/volk_32fc_x2_multiply_32fc.h | 109 +++++++++++
.../volk/volk_32fc_x2_multiply_conjugate_32fc.h | 53 +++++
volk/kernels/volk/volk_32fc_x2_square_dist_32f.h | 30 +++
volk/kernels/volk/volk_8i_convert_16i.h | 37 ++++
volk/kernels/volk/volk_8ic_deinterleave_real_8i.h | 28 +++
volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h | 1 +
volk/lib/CMakeLists.txt | 38 +++-
49 files changed, 2743 insertions(+), 86 deletions(-)
delete mode 100644 gr-digital/grc/digital_ofdm_mod2.xml
create mode 100644
volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32f_s32f_multiply_32f_neonasm.s
create mode 100644 volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasmpipeline.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasmvmla.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_unrollasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_neonasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_neonasm_opttests.s
create mode 100644
volk/kernels/volk/asm/neon/volk_32fc_x2_multiply_32fc_neonasm.s
create mode 100644
volk/kernels/volk/asm/neon/volk_arm_32fc_32f_dot_prod_32fc_a_neonpipeline.s
- [Commit-gnuradio] [gnuradio] branch master updated (fd0db71 -> 67ab045),
git <=
- [Commit-gnuradio] [gnuradio] 04/07: Merge branch 'maint', git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 02/07: volk: dekludging asm setup, round 1, git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'nwest/neon', git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 06/07: cmake: fixes to cmake for setting flags properly and removing dups., git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'maint', git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 03/07: volk: removing unused variables in neon, git, 2014/07/27
- [Commit-gnuradio] [gnuradio] 01/07: volk: add NEON protokernels, git, 2014/07/27