commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. b3


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. b31f891208f8a1c3605f4db2297cc6b6f4b37aca
Date: Mon, 18 Apr 2011 07:06:57 +0100 (BST)

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/jblum".

The branch, new_volk has been updated
  discards  6b20606d2cc03dd8628dee7c3d3844a0c51eeea0 (commit)
  discards  0574bd74778de0d8e9fd5f536d8359d36fc5cf5b (commit)
       via  b31f891208f8a1c3605f4db2297cc6b6f4b37aca (commit)
       via  0b3e4f25eea1eef3e8a45fdb6d1bcc1ec57d1321 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (6b20606d2cc03dd8628dee7c3d3844a0c51eeea0)
            \
             N -- N -- N (b31f891208f8a1c3605f4db2297cc6b6f4b37aca)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 b31f891208f8a1c3605f4db2297cc6b6f4b37aca
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 19:37:44 2011 -0700

    volk: added VOLK_API macro to external symbols

commit 0b3e4f25eea1eef3e8a45fdb6d1bcc1ec57d1321
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 23:03:18 2011 -0700

    volk: replace references to __attribute__((aligned... with cross platform 
macro
    
    This replaces all aligned(16) and aligned(128) (which were incorrect).
    
    Attribute macros are on the left because this makes gcc and ms compilers 
happy.

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

Summary of changes:
 volk/include/volk/volk_16i_branch_4_state_8_a16.h  |    1 -
 volk/include/volk/volk_16i_convert_8i_a16.h        |    1 -
 volk/include/volk/volk_16i_max_star_16i_a16.h      |    1 -
 .../volk/volk_16i_max_star_horizontal_16i_a16.h    |    1 -
 .../volk/volk_16i_permute_and_scalar_add_a16.h     |    1 -
 volk/include/volk/volk_16i_s32f_convert_32f_a16.h  |    1 -
 .../volk/volk_16i_x4_quad_max_star_16i_a16.h       |    1 -
 .../include/volk/volk_16i_x5_add_quad_16i_x4_a16.h |    1 -
 .../volk/volk_16ic_deinterleave_16i_x2_a16.h       |    1 -
 .../volk/volk_16ic_deinterleave_real_16i_a16.h     |    1 -
 .../volk/volk_16ic_deinterleave_real_8i_a16.h      |    1 -
 volk/include/volk/volk_16ic_magnitude_16i_a16.h    |    2 +-
 .../volk/volk_16ic_s32f_deinterleave_32f_x2_a16.h  |    2 +-
 .../volk_16ic_s32f_deinterleave_real_32f_a16.h     |    2 +-
 .../volk/volk_16ic_s32f_magnitude_32f_a16.h        |    2 +-
 volk/include/volk/volk_16u_byteswap_a16.h          |    1 -
 volk/include/volk/volk_32f_accumulator_s32f_a16.h  |    2 +-
 volk/include/volk/volk_32f_convert_64f_a16.h       |    1 -
 volk/include/volk/volk_32f_index_max_16u_a16.h     |    2 +-
 .../volk/volk_32f_s32f_32f_fm_detect_32f_a16.h     |    1 -
 ...lk_32f_s32f_calc_spectral_noise_floor_32f_a16.h |    2 +-
 volk/include/volk/volk_32f_s32f_convert_16i_a16.h  |    2 +-
 volk/include/volk/volk_32f_s32f_convert_32i_a16.h  |    2 +-
 volk/include/volk/volk_32f_s32f_convert_8i_a16.h   |    2 +-
 volk/include/volk/volk_32f_s32f_normalize_a16.h    |    1 -
 volk/include/volk/volk_32f_s32f_power_32f_a16.h    |    1 -
 volk/include/volk/volk_32f_s32f_stddev_32f_a16.h   |    2 +-
 volk/include/volk/volk_32f_sqrt_32f_a16.h          |    1 -
 .../volk/volk_32f_stddev_and_mean_32f_x2_a16.h     |    2 +-
 volk/include/volk/volk_32f_x2_add_32f_a16.h        |    1 -
 volk/include/volk/volk_32f_x2_divide_32f_a16.h     |    1 -
 volk/include/volk/volk_32f_x2_dot_prod_32f_a16.h   |    2 +-
 .../include/volk/volk_32f_x2_interleave_32fc_a16.h |    1 -
 volk/include/volk/volk_32f_x2_max_32f_a16.h        |    1 -
 volk/include/volk/volk_32f_x2_min_32f_a16.h        |    1 -
 volk/include/volk/volk_32f_x2_multiply_32f_a16.h   |    1 -
 .../volk/volk_32f_x2_s32f_interleave_16ic_a16.h    |    2 +-
 volk/include/volk/volk_32f_x2_subtract_32f_a16.h   |    1 -
 .../include/volk/volk_32f_x3_sum_of_poly_32f_a16.h |    1 -
 .../include/volk/volk_32fc_32f_multiply_32fc_a16.h |    1 -
 .../volk/volk_32fc_deinterleave_32f_x2_a16.h       |    1 -
 .../volk/volk_32fc_deinterleave_64f_x2_a16.h       |    1 -
 .../volk/volk_32fc_deinterleave_real_32f_a16.h     |    1 -
 .../volk/volk_32fc_deinterleave_real_64f_a16.h     |    1 -
 volk/include/volk/volk_32fc_index_max_16u_a16.h    |    1 -
 volk/include/volk/volk_32fc_magnitude_32f_a16.h    |    1 -
 volk/include/volk/volk_32fc_s32f_atan2_32f_a16.h   |    1 -
 .../volk_32fc_s32f_deinterleave_real_16i_a16.h     |    2 +-
 .../volk/volk_32fc_s32f_magnitude_16i_a16.h        |    2 +-
 volk/include/volk/volk_32fc_s32f_power_32fc_a16.h  |    1 -
 .../volk/volk_32fc_s32f_power_spectrum_32f_a16.h   |    1 -
 ...k_32fc_s32f_x2_power_spectral_density_32f_a16.h |    1 -
 .../volk_32fc_x2_conjugate_dot_prod_32fc_a16.h     |    2 +-
 volk/include/volk/volk_32fc_x2_dot_prod_32fc_a16.h |    2 +-
 volk/include/volk/volk_32fc_x2_multiply_32fc_a16.h |    1 -
 ..._32fc_x2_s32f_square_dist_scalar_mult_32f_a16.h |    1 -
 .../volk/volk_32fc_x2_square_dist_32f_a16.h        |    1 -
 volk/include/volk/volk_32i_s32f_convert_32f_a16.h  |    1 -
 volk/include/volk/volk_32i_x2_and_32i_a16.h        |    1 -
 volk/include/volk/volk_32i_x2_or_32i_a16.h         |    1 -
 volk/include/volk/volk_32u_byteswap_a16.h          |    1 -
 volk/include/volk/volk_32u_popcnt_a16.h            |    1 -
 volk/include/volk/volk_64f_convert_32f_a16.h       |    1 -
 volk/include/volk/volk_64f_x2_max_64f_a16.h        |    1 -
 volk/include/volk/volk_64f_x2_min_64f_a16.h        |    1 -
 volk/include/volk/volk_64u_byteswap_a16.h          |    1 -
 volk/include/volk/volk_64u_popcnt_a16.h            |    1 -
 volk/include/volk/volk_8i_convert_16i_a16.h        |    1 -
 volk/include/volk/volk_8i_s32f_convert_32f_a16.h   |    1 -
 .../volk/volk_8ic_deinterleave_16i_x2_a16.h        |    1 -
 .../volk/volk_8ic_deinterleave_real_16i_a16.h      |    1 -
 .../volk/volk_8ic_s32f_deinterleave_32f_x2_a16.h   |    2 +-
 .../volk/volk_8ic_s32f_deinterleave_real_32f_a16.h |    2 +-
 .../volk/volk_8ic_x2_multiply_conjugate_16ic_a16.h |    1 -
 .../volk_8ic_x2_s32f_multiply_conjugate_32fc_a16.h |    1 -
 75 files changed, 20 insertions(+), 75 deletions(-)


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



reply via email to

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