[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (300f5fb -> 19d111e)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (300f5fb -> 19d111e) |
Date: |
Wed, 29 Jan 2014 00:04:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 300f5fb Merge remote-tracking branch 'nwest/volk-sum_of_poly'
adds e2acdc5 volk: make volk's get_machine thread safe.
new b2e85d3 Merge branch 'maint'
new 13a535d volk: follow-up to commit cb4142d45 for added
volk_get_machine function on master.
new c236f0c gr-uhd: add option to uhd_rx_cfile to write metadata file.
new f9de25a Merge remote-tracking branch 'stiabhan/uhd_rx_cfile'
new 3c44ba0 cmake: fixed ICE 3.4 version check for GCC < 4.7.
new 19d111e volk: remove unused spu_lib directory from VOLK.
The 6 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
- [Commit-gnuradio] [gnuradio] branch master updated (300f5fb -> 19d111e),
git <=
- [Commit-gnuradio] [gnuradio] 01/06: gr-uhd: add option to uhd_rx_cfile to write metadata file., git, 2014/01/28
- [Commit-gnuradio] [gnuradio] 02/06: Merge branch 'maint', git, 2014/01/28
- [Commit-gnuradio] [gnuradio] 06/06: volk: remove unused spu_lib directory from VOLK., git, 2014/01/28
- [Commit-gnuradio] [gnuradio] 05/06: cmake: fixed ICE 3.4 version check for GCC < 4.7., git, 2014/01/28
- [Commit-gnuradio] [gnuradio] 03/06: volk: follow-up to commit cb4142d45 for added volk_get_machine function on master., git, 2014/01/28
- [Commit-gnuradio] [gnuradio] 04/06: Merge remote-tracking branch 'stiabhan/uhd_rx_cfile', git, 2014/01/28