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


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.6.2-516-gaaaa251
Date: Thu, 15 Nov 2012 01:01:03 +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  aaaa251ab02a39b66ecd14111e5fb9afc01ef39d (commit)
       via  4f4e571cef6a3cd64469901d654a1d4448e850d4 (commit)
       via  d809902ad340a2b45101b2fb03334ac50681526d (commit)
      from  5c71424d3a6828ace96bf4a12040d68a4458168d (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 aaaa251ab02a39b66ecd14111e5fb9afc01ef39d
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 15:02:19 2012 -0800

    fec: removed undefined variables FEC_LIB...

commit 4f4e571cef6a3cd64469901d654a1d4448e850d4
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 15:00:51 2012 -0800

    gr: misc test dependencies for new components

commit d809902ad340a2b45101b2fb03334ac50681526d
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 14:27:26 2012 -0800

    volk: fix popcnt in volk_rank_archs
    
    The naive ranking system uses a popcnt to see which impl matches the most 
archs.
    GCC gives us a builtin popcnt. MSVC also has __popcnt, but it seems to be
    segfaulting, probably because the rank archs.c is built arch indepdent.
    
    So, a manual popcnt has been implemented for all non gcc builin cases.
    This is superior because 1) it doesnt segfault, 2) it covers all compilers.
    
    Also note that the implementation does not have to be fast,
    this is a one-time lookup process while the kernel table is loaded.

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

Summary of changes:
 gr-atsc/src/python/CMakeLists.txt    |    2 +-
 gr-channels/python/CMakeLists.txt    |    2 +-
 gr-digital/lib/CMakeLists.txt        |    3 ++-
 gr-digital/python/CMakeLists.txt     |    2 +-
 gr-fec/lib/CMakeLists.txt            |    2 --
 gr-trellis/src/python/CMakeLists.txt |    2 +-
 volk/lib/volk_rank_archs.c           |   13 ++++++++++---
 7 files changed, 16 insertions(+), 10 deletions(-)


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



reply via email to

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