Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 22 Apr 2008 22:24:16 +0000 (22:24 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 22 Apr 2008 22:24:16 +0000 (22:24 +0000)
commitb9ba2711addfc9057c136b520afc9e121ec19be9
tree059e93ef559bb837c9ca46549688c86d2e153f1c
parent2ae538ed6a5d18615fb9eea280d861ed3a8600e5
Merged eb/gcell -r8215:8243 into trunk.  This adds gr-gcell, the GNU
Radio interface to the Cell Broadband Engine.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8244 221aa14e-8319-0410-a670-987f0aec2ac5
33 files changed:
config/Makefile.am
config/grc_gcell.m4
config/grc_gr_gcell.m4 [new file with mode: 0644]
configure.ac
gcell/src/lib/runtime/Makefile.am
gcell/src/lib/runtime/gc_aligned_alloc.cc [new file with mode: 0644]
gcell/src/lib/runtime/gc_aligned_alloc.h [new file with mode: 0644]
gcell/src/lib/runtime/gc_job_manager.cc
gcell/src/lib/runtime/gc_job_manager.h
gcell/src/lib/runtime/gc_job_manager_impl.cc
gcell/src/lib/wrapper/gcp_fft_1d_r2.cc
gcell/src/lib/wrapper/gcp_fft_1d_r2.h
gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc
gcell/src/lib/wrapper/spu/gcs_fft_1d_r2.c
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/general/gr_fft_vcc.cc
gnuradio-core/src/lib/general/gr_fft_vcc.h
gnuradio-core/src/lib/general/gr_fft_vcc.i
gnuradio-core/src/lib/general/gr_fft_vcc_fftw.cc [new file with mode: 0644]
gnuradio-core/src/lib/general/gr_fft_vcc_fftw.h [new file with mode: 0644]
gnuradio-core/src/lib/general/gr_math.h
gnuradio-core/src/python/gnuradio/gr/Makefile.am
gnuradio-core/src/python/gnuradio/gr/qa_fft.py [new file with mode: 0755]
gr-gcell/Makefile.am [new file with mode: 0644]
gr-gcell/src/Makefile.am [new file with mode: 0644]
gr-gcell/src/examples/Makefile.am [new file with mode: 0644]
gr-gcell/src/gc_job_manager.i [new file with mode: 0644]
gr-gcell/src/gcell.i [new file with mode: 0644]
gr-gcell/src/gcell_fft_vcc.cc [new file with mode: 0644]
gr-gcell/src/gcell_fft_vcc.h [new file with mode: 0644]
gr-gcell/src/gcell_fft_vcc.i [new file with mode: 0644]
gr-gcell/src/qa_fft.py [new file with mode: 0755]
gr-gcell/src/run_tests.in [new file with mode: 0644]