diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-15 16:08:50 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-15 16:08:50 +0000 |
| commit | 46507d29b4bc0f4fe491aadae8d3a474be7cec39 (patch) | |
| tree | 7a467903a805e13b32217c119260f75ceb69b0fa /apps/codecs/libspc/spc_cpu.c | |
| parent | 41723bc14b41498206afc6693c6c8e5b1b0c77de (diff) | |
| download | rockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.zip rockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.tar.gz rockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.tar.bz2 rockbox-46507d29b4bc0f4fe491aadae8d3a474be7cec39.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_cpu.c b/apps/codecs/libspc/spc_cpu.c index d308e6e..23dcc25 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] = { #define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ ) static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) - ICODE_ATTR; + ICODE_ATTR_SPC; static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) { |