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. c4


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. c40ef84defaeed0c9ec70e45a7e4019fa6d6e1b2
Date: Fri, 6 May 2011 22:30:50 +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
       via  c40ef84defaeed0c9ec70e45a7e4019fa6d6e1b2 (commit)
       via  5b4c7d27e9d49ab58df1f1d9350dcaf64c60a1ce (commit)
       via  12413747c90754482582e16c95b551e1b36c6074 (commit)
       via  f9f3509dabe429953afc30ca7672b167dc4b5523 (commit)
       via  701b1c520865388a4287c6a3f63afb3ce2626cf1 (commit)
      from  42783746a78bf4d094e6ff9b6971b565e9ac59dd (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 c40ef84defaeed0c9ec70e45a7e4019fa6d6e1b2
Author: Josh Blum <address@hidden>
Date:   Fri May 6 14:27:48 2011 -0700

    volk: various backports from MSVC building
    
    1) Added support for __cpuid intrinsic under MSVC
    
    2) Fixed disambiguation for std::abs overload in qa code
    
    3) Fixed bit128 union, the ifdefs were completely wrong

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

Summary of changes:
 volk/gen/emit_omnilog.py                           |   13 ---
 volk/gen/make_c.py                                 |   26 +++----
 volk/gen/make_cpuid_c.py                           |   12 +++
 volk/gen/make_cpuid_h.py                           |    6 +-
 volk/gen/make_each_machine_c.py                    |   64 ++++++---------
 volk/gen/make_environment_init_h.py                |    6 +-
 volk/gen/make_h.py                                 |   24 +++---
 volk/gen/make_machines_c.py                        |   24 +-----
 volk/gen/make_machines_h.py                        |   17 +++-
 volk/gen/make_makefile_am.py                       |    9 +-
 volk/gen/make_registry.py                          |   85 --------------------
 volk/gen/volk_register.py                          |   14 +---
 volk/include/volk/Makefile.am                      |    2 -
 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_32f_accumulator_s32f_a16.h  |    2 +-
 volk/include/volk/volk_32f_index_max_16u_a16.h     |    2 +-
 ...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_stddev_32f_a16.h   |    2 +-
 .../volk/volk_32f_stddev_and_mean_32f_x2_a16.h     |    2 +-
 volk/include/volk/volk_32f_x2_dot_prod_32f_a16.h   |    2 +-
 .../volk/volk_32f_x2_s32f_interleave_16ic_a16.h    |    2 +-
 .../volk_32fc_s32f_deinterleave_real_16i_a16.h     |    2 +-
 .../volk/volk_32fc_s32f_magnitude_16i_a16.h        |    2 +-
 .../volk_32fc_x2_conjugate_dot_prod_32fc_a16.h     |    2 +-
 volk/include/volk/volk_32fc_x2_dot_prod_32fc_a16.h |    2 +-
 .../volk/volk_8ic_s32f_deinterleave_32f_x2_a16.h   |    2 +-
 .../volk/volk_8ic_s32f_deinterleave_real_32f_a16.h |    2 +-
 volk/include/volk/volk_attributes.h                |   56 -------------
 volk/include/volk/volk_common.h                    |   84 +++++++++++++++++---
 volk/lib/qa_utils.cc                               |    5 +-
 volk/lib/testqa.cc                                 |    1 -
 37 files changed, 184 insertions(+), 304 deletions(-)
 delete mode 100644 volk/gen/emit_omnilog.py
 delete mode 100644 volk/gen/make_registry.py
 mode change 100755 => 100644 volk/gen/volk_register.py
 delete mode 100644 volk/include/volk/volk_attributes.h


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



reply via email to

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