summaryrefslogtreecommitdiff
path: root/apps/codecs/libspc/spc_cpu.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-15 16:08:50 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-15 16:08:50 +0000
commit46507d29b4bc0f4fe491aadae8d3a474be7cec39 (patch)
tree7a467903a805e13b32217c119260f75ceb69b0fa /apps/codecs/libspc/spc_cpu.c
parent41723bc14b41498206afc6693c6c8e5b1b0c77de (diff)
downloadrockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.tar.gz
rockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.zip
FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% on PP5022, PP5024 and S5L870x. No change of performance on Coldfire, PP5002 and PP5020.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29887 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspc/spc_cpu.c')
-rw-r--r--apps/codecs/libspc/spc_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_cpu.c b/apps/codecs/libspc/spc_cpu.c
index d308e6e27c..23dcc257de 100644
--- a/apps/codecs/libspc/spc_cpu.c
+++ b/apps/codecs/libspc/spc_cpu.c
@@ -65,7 +65,7 @@ static unsigned char const cycle_table [0x100] = {
65#define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ ) 65#define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ )
66 66
67static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) 67static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ )
68 ICODE_ATTR; 68 ICODE_ATTR_SPC;
69 69
70static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) 70static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ )
71{ 71{