commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (451669c -> aa98220)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (451669c -> aa98220)
Date: Wed, 29 Jan 2014 00:04:36 +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  451669c   Merge branch 'master' into next
      adds  e2acdc5   volk: make volk's get_machine thread safe.
      adds  b2e85d3   Merge branch 'maint'
      adds  13a535d   volk: follow-up to commit cb4142d45 for added 
volk_get_machine function on master.
      adds  c236f0c   gr-uhd: add option to uhd_rx_cfile to write metadata file.
      adds  f9de25a   Merge remote-tracking branch 'stiabhan/uhd_rx_cfile'
      adds  3c44ba0   cmake: fixed ICE 3.4 version check for GCC < 4.7.
      adds  19d111e   volk: remove unused spu_lib directory from VOLK.
       new  aa98220   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:
 cmake/Modules/FindICE.cmake                        |   4 +-
 gr-uhd/apps/uhd_rx_cfile                           |  35 +-
 volk/spu_lib/gc_spu_macs.h                         | 380 ---------------------
 volk/spu_lib/spu_16s_cmpgt_unaligned.c             | 160 ---------
 volk/spu_lib/spu_16s_vector_subtract_unaligned.c   | 178 ----------
 volk/spu_lib/spu_16s_vector_sum_unaligned.c        | 178 ----------
 .../spu_32fc_pointwise_multiply_unaligned.c        | 222 ------------
 volk/spu_lib/spu_memcpy_unaligned.c                | 290 ----------------
 volk/spu_lib/spu_memset_unaligned.S                | 185 ----------
 volk/tmpl/volk.tmpl.c                              |  48 +--
 10 files changed, 59 insertions(+), 1621 deletions(-)
 mode change 100755 => 100644 gr-uhd/apps/uhd_rx_cfile
 delete mode 100644 volk/spu_lib/gc_spu_macs.h
 delete mode 100644 volk/spu_lib/spu_16s_cmpgt_unaligned.c
 delete mode 100644 volk/spu_lib/spu_16s_vector_subtract_unaligned.c
 delete mode 100644 volk/spu_lib/spu_16s_vector_sum_unaligned.c
 delete mode 100644 volk/spu_lib/spu_32fc_pointwise_multiply_unaligned.c
 delete mode 100644 volk/spu_lib/spu_memcpy_unaligned.c
 delete mode 100644 volk/spu_lib/spu_memset_unaligned.S



reply via email to

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