commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.6


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.6.2git-406-g297ee1e
Date: Fri, 31 Aug 2012 00:43:41 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, next has been updated
       via  297ee1e1eac9766ede38151e2a6350f486f4e381 (commit)
       via  1d2c26d6cc6c11dbbf11a605429fafa79f05d7ec (commit)
       via  2105aad243e2da01af914b5307712db6f4489d9c (commit)
      from  00c2ef1ffb803d06e3405dd79c5c59782b5699dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 297ee1e1eac9766ede38151e2a6350f486f4e381
Merge: 00c2ef1 1d2c26d
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 30 17:42:29 2012 -0700

    Merge remote branch 'jblum/volk_next_use_num_points' into next

commit 1d2c26d6cc6c11dbbf11a605429fafa79f05d7ec
Author: Josh Blum <address@hidden>
Date:   Thu Jul 5 00:20:02 2012 -0700

    filter: fix use of volk_32fc_x2_dot_prod_32fc_a for num points

commit 2105aad243e2da01af914b5307712db6f4489d9c
Author: Josh Blum <address@hidden>
Date:   Mon Jul 2 15:17:03 2012 -0700

    volk: replace num_bytes with num_points in many kernels
    
    num_points is simply more intuitive than num_bytes
    We expect to pass in the number of array elements.
    This may have been the source of some test failures
    when random numbers of points were interpreted as bytes,
    you get caught slicing points/items down the middle...

-----------------------------------------------------------------------

Summary of changes:
 gr-filter/lib/fir_filter.cc                        |    2 +-
 gr-filter/lib/fir_filter_with_buffer.cc            |    4 ++--
 volk/include/volk/volk_16i_max_star_16i_a.h        |    8 +++++---
 .../volk/volk_16i_max_star_horizontal_16i_a.h      |    8 ++++++--
 .../volk/volk_16i_permute_and_scalar_add_a.h       |    7 +++++--
 .../include/volk/volk_16i_x4_quad_max_star_16i_a.h |    9 +++++----
 volk/include/volk/volk_16i_x5_add_quad_16i_x4_a.h  |    8 ++++++--
 volk/include/volk/volk_32f_x3_sum_of_poly_32f_a.h  |    7 ++++---
 volk/include/volk/volk_32fc_index_max_16u_a.h      |    9 ++++++---
 .../volk/volk_32fc_x2_conjugate_dot_prod_32fc_a.h  |   12 +++++++++---
 .../volk/volk_32fc_x2_conjugate_dot_prod_32fc_u.h  |    8 ++++++--
 volk/include/volk/volk_32fc_x2_dot_prod_32fc_a.h   |   20 +++++++++++++-------
 ...lk_32fc_x2_s32f_square_dist_scalar_mult_32f_a.h |    8 ++++++--
 volk/include/volk/volk_32fc_x2_square_dist_32f_a.h |    8 ++++++--
 14 files changed, 80 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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