commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (6c5d722 -> 311df38)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (6c5d722 -> 311df38)
Date: Wed, 15 Oct 2014 23:25:17 +0000 (UTC)

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

trondeau pushed a change to branch next
in repository gnuradio.

      from  6c5d722   Merge branch 'master' into next
      adds  bb79c5b   added new proto-kernels
      adds  655b2ca   volk: Added proto-kernels for convert, multiply, 
conjugate, deinterleave, magnitude, mag-square, psd functions.
      adds  d0c0e85   volk: temp log kernels.
      adds  a43d533   volk: Added log2
      adds  43934eb   volk: Added avx proto-kernel for fast exp.
      adds  add88ca   volk: expfast comments
      adds  b2632af   volk: added power kernel.
      adds  991d1f2   volk: Added sin, cos kernels.
      adds  2fdd530   volk: Added tan kernel.
      adds  ebeab09   volk: Added atan, asin, acos kernels.
      adds  9230086   volk (gsoc): whitespace
      adds  729989d   volk: fixed some warnings
      adds  06e0398   volk: fixed a problem with acos during some translation 
in the git history.
      adds  8ebe90f   volk: adding copyright notice to all volk kernels.
       new  311df38   Merge branch 'master' into next

The 1 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                          |   9 +
 volk/kernels/volk/volk_16i_32fc_dot_prod_32fc.h    |  22 ++
 volk/kernels/volk/volk_16i_branch_4_state_8.h      |  22 ++
 volk/kernels/volk/volk_16i_convert_8i.h            |  22 ++
 volk/kernels/volk/volk_16i_max_star_16i.h          |  24 +-
 .../volk/volk_16i_max_star_horizontal_16i.h        |  28 +-
 .../kernels/volk/volk_16i_permute_and_scalar_add.h |  22 ++
 volk/kernels/volk/volk_16i_s32f_convert_32f.h      | 136 ++++++++++
 volk/kernels/volk/volk_16i_x4_quad_max_star_16i.h  |  22 ++
 volk/kernels/volk/volk_16i_x5_add_quad_16i_x4.h    |  22 ++
 volk/kernels/volk/volk_16ic_deinterleave_16i_x2.h  |  22 ++
 .../kernels/volk/volk_16ic_deinterleave_real_16i.h |  22 ++
 volk/kernels/volk/volk_16ic_deinterleave_real_8i.h |  22 ++
 volk/kernels/volk/volk_16ic_magnitude_16i.h        |  22 ++
 .../volk/volk_16ic_s32f_deinterleave_32f_x2.h      |  22 ++
 .../volk/volk_16ic_s32f_deinterleave_real_32f.h    |  22 ++
 volk/kernels/volk/volk_16ic_s32f_magnitude_32f.h   |  22 ++
 volk/kernels/volk/volk_16u_byteswap.h              |  22 ++
 volk/kernels/volk/volk_32f_accumulator_s32f.h      |  22 ++
 volk/kernels/volk/volk_32f_acos_32f.h              | 194 ++++++++++++++
 volk/kernels/volk/volk_32f_asin_32f.h              | 189 +++++++++++++
 volk/kernels/volk/volk_32f_atan_32f.h              | 183 +++++++++++++
 volk/kernels/volk/volk_32f_binary_slicer_32i.h     |  22 ++
 volk/kernels/volk/volk_32f_binary_slicer_8i.h      |  22 ++
 volk/kernels/volk/volk_32f_convert_64f.h           |  94 +++++++
 volk/kernels/volk/volk_32f_cos_32f.h               | 211 +++++++++++++++
 volk/kernels/volk/volk_32f_expfast_32f.h           | 216 +++++++++++++++
 volk/kernels/volk/volk_32f_index_max_16u.h         |  22 ++
 volk/kernels/volk/volk_32f_invsqrt_32f.h           |  24 +-
 volk/kernels/volk/volk_32f_log2_32f.h              | 232 ++++++++++++++++
 .../kernels/volk/volk_32f_s32f_32f_fm_detect_32f.h |  22 ++
 .../volk_32f_s32f_calc_spectral_noise_floor_32f.h  |  22 ++
 volk/kernels/volk/volk_32f_s32f_convert_16i.h      | 136 ++++++++++
 volk/kernels/volk/volk_32f_s32f_convert_32i.h      |  22 ++
 volk/kernels/volk/volk_32f_s32f_convert_8i.h       |  22 ++
 volk/kernels/volk/volk_32f_s32f_multiply_32f.h     |  22 ++
 volk/kernels/volk/volk_32f_s32f_normalize.h        |  22 ++
 volk/kernels/volk/volk_32f_s32f_power_32f.h        |  22 ++
 volk/kernels/volk/volk_32f_s32f_stddev_32f.h       |  22 ++
 volk/kernels/volk/volk_32f_sin_32f.h               | 211 +++++++++++++++
 volk/kernels/volk/volk_32f_sqrt_32f.h              |  22 ++
 .../kernels/volk/volk_32f_stddev_and_mean_32f_x2.h |  22 ++
 volk/kernels/volk/volk_32f_tan_32f.h               | 220 +++++++++++++++
 volk/kernels/volk/volk_32f_tanh_32f.h              |  22 ++
 volk/kernels/volk/volk_32f_x2_add_32f.h            |  24 +-
 volk/kernels/volk/volk_32f_x2_divide_32f.h         |  22 ++
 volk/kernels/volk/volk_32f_x2_dot_prod_16i.h       |  22 ++
 volk/kernels/volk/volk_32f_x2_dot_prod_32f.h       |  22 ++
 volk/kernels/volk/volk_32f_x2_interleave_32fc.h    |  24 +-
 volk/kernels/volk/volk_32f_x2_max_32f.h            |  24 +-
 volk/kernels/volk/volk_32f_x2_min_32f.h            |  22 ++
 volk/kernels/volk/volk_32f_x2_multiply_32f.h       |  22 ++
 volk/kernels/volk/volk_32f_x2_pow_32f.h            | 298 +++++++++++++++++++++
 .../volk/volk_32f_x2_s32f_interleave_16ic.h        |  22 ++
 volk/kernels/volk/volk_32f_x2_subtract_32f.h       |  22 ++
 volk/kernels/volk/volk_32f_x3_sum_of_poly_32f.h    |  22 ++
 volk/kernels/volk/volk_32fc_32f_dot_prod_32fc.h    |  30 ++-
 volk/kernels/volk/volk_32fc_32f_multiply_32fc.h    |  22 ++
 volk/kernels/volk/volk_32fc_conjugate_32fc.h       |  98 +++++++
 volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h  |  73 +++++
 volk/kernels/volk/volk_32fc_deinterleave_64f_x2.h  | 124 +++++++++
 .../kernels/volk/volk_32fc_deinterleave_imag_32f.h |  66 +++++
 .../kernels/volk/volk_32fc_deinterleave_real_32f.h |  22 ++
 .../kernels/volk/volk_32fc_deinterleave_real_64f.h |  22 ++
 volk/kernels/volk/volk_32fc_index_max_16u.h        |  22 ++
 volk/kernels/volk/volk_32fc_magnitude_32f.h        | 114 ++++++++
 .../kernels/volk/volk_32fc_magnitude_squared_32f.h | 110 ++++++++
 volk/kernels/volk/volk_32fc_s32f_atan2_32f.h       |  22 ++
 .../volk/volk_32fc_s32f_deinterleave_real_16i.h    |  22 ++
 volk/kernels/volk/volk_32fc_s32f_magnitude_16i.h   |  22 ++
 volk/kernels/volk/volk_32fc_s32f_power_32fc.h      |  22 ++
 .../volk/volk_32fc_s32f_power_spectrum_32f.h       |  22 ++
 .../volk_32fc_s32f_x2_power_spectral_density_32f.h | 114 ++++++++
 volk/kernels/volk/volk_32fc_s32fc_multiply_32fc.h  | 114 ++++++++
 .../volk/volk_32fc_s32fc_rotatorpuppet_32fc.h      |  22 ++
 .../kernels/volk/volk_32fc_s32fc_x2_rotator_32fc.h |  22 ++
 .../volk/volk_32fc_x2_conjugate_dot_prod_32fc.h    |  22 ++
 volk/kernels/volk/volk_32fc_x2_dot_prod_32fc.h     | 137 ++++++++++
 volk/kernels/volk/volk_32fc_x2_multiply_32fc.h     | 120 +++++++++
 .../volk/volk_32fc_x2_multiply_conjugate_32fc.h    | 128 +++++++++
 ...volk_32fc_x2_s32f_square_dist_scalar_mult_32f.h |  22 ++
 volk/kernels/volk/volk_32fc_x2_square_dist_32f.h   |  22 ++
 volk/kernels/volk/volk_32i_s32f_convert_32f.h      |  22 ++
 volk/kernels/volk/volk_32i_x2_and_32i.h            |  22 ++
 volk/kernels/volk/volk_32i_x2_or_32i.h             |  22 ++
 volk/kernels/volk/volk_32u_byteswap.h              |  22 ++
 volk/kernels/volk/volk_32u_popcnt.h                |  22 ++
 volk/kernels/volk/volk_64f_convert_32f.h           |  22 ++
 volk/kernels/volk/volk_64f_x2_max_64f.h            |  22 ++
 volk/kernels/volk/volk_64f_x2_min_64f.h            |  22 ++
 volk/kernels/volk/volk_64u_byteswap.h              |  22 ++
 volk/kernels/volk/volk_64u_popcnt.h                |  22 ++
 volk/kernels/volk/volk_8i_convert_16i.h            |  22 ++
 volk/kernels/volk/volk_8i_s32f_convert_32f.h       |  22 ++
 volk/kernels/volk/volk_8ic_deinterleave_16i_x2.h   | 103 ++++++-
 volk/kernels/volk/volk_8ic_deinterleave_real_16i.h |  70 +++++
 volk/kernels/volk/volk_8ic_deinterleave_real_8i.h  |  80 ++++++
 .../volk/volk_8ic_s32f_deinterleave_32f_x2.h       |  22 ++
 .../volk/volk_8ic_s32f_deinterleave_real_32f.h     |  22 ++
 .../volk/volk_8ic_x2_multiply_conjugate_16ic.h     |  22 ++
 .../volk_8ic_x2_s32f_multiply_conjugate_32fc.h     |  22 ++
 volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h    |  22 ++
 volk/kernels/volk/volk_8u_x4_conv_k7_r2_8u.h       |  22 ++
 volk/lib/testqa.cc                                 |   9 +
 104 files changed, 5466 insertions(+), 19 deletions(-)
 create mode 100644 volk/kernels/volk/volk_32f_acos_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_asin_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_atan_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_cos_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_expfast_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_log2_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_sin_32f.h
 create mode 100644 volk/kernels/volk/volk_32f_tan_32f.h
 create mode 100755 volk/kernels/volk/volk_32f_x2_pow_32f.h



reply via email to

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