From d5e5244a9ce8c5c3847c133c1107fba2af0e90c3 Mon Sep 17 00:00:00 2001 From: eb Date: Sun, 4 May 2008 06:45:19 +0000 Subject: Merged eb/gcell-wip -r8302:8307 into trunk. This changeset includes an example of SPE assembler (memset.S), a new file of macros for use with SPE assembler (gc_spu_macs.h), and an extended QA framework. The easy to use QA framework adds support for SPE utility code that's usually not called from the PPE, such as memset. See qa_gcell_general.{h,cc} and qa_memset.c for example usage. memset achieves 44GB/s on the SPE. That's within 3% of ideal. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8308 221aa14e-8319-0410-a670-987f0aec2ac5 --- gcell/src/lib/runtime/spu/gcell_runtime_qa.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcell/src/lib/runtime/spu') diff --git a/gcell/src/lib/runtime/spu/gcell_runtime_qa.c b/gcell/src/lib/runtime/spu/gcell_runtime_qa.c index 51bf38a6a..ac442731b 100644 --- a/gcell/src/lib/runtime/spu/gcell_runtime_qa.c +++ b/gcell/src/lib/runtime/spu/gcell_runtime_qa.c @@ -24,10 +24,6 @@ #include -#define _UNUSED __attribute__((unused)) - -// FIXME move these out of here; only for QA usage - static void qa_nop(const gc_job_direct_args_t *input _UNUSED, gc_job_direct_args_t *output _UNUSED, -- cgit