summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/synth_filter.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-10-27 11:39:01 +0000
committerThom Johansen <thomj@rockbox.org>2005-10-27 11:39:01 +0000
commit292e4e90d7e272f3bf6f5f8912c25114a7157aea (patch)
tree451ad19e9b27542b12afe1b4cf7a98c8439acf41 /apps/codecs/libmusepack/synth_filter.c
parente6021381efa735fb583e0a1a8afd7957f70eff79 (diff)
downloadrockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.tar.gz
rockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.zip
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7660 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/synth_filter.c')
-rw-r--r--apps/codecs/libmusepack/synth_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/synth_filter.c b/apps/codecs/libmusepack/synth_filter.c
index 51ffcce921..596751526b 100644
--- a/apps/codecs/libmusepack/synth_filter.c
+++ b/apps/codecs/libmusepack/synth_filter.c
@@ -54,7 +54,7 @@ typedef mpc_int32_t ptrdiff_t;
#endif
-static const MPC_SAMPLE_FORMAT Di_opt [32] [16] IDATA_ATTR = {
+static const MPC_SAMPLE_FORMAT Di_opt [32] [16] ICONST_ATTR = {
{ _( 0), _( -29), _( 213), _( -459), _( 2037), _(-5153), _( 6574), _(-37489), _(75038), _(37489), _(6574), _( 5153), _(2037), _( 459), _(213), _(29) },
{ _( -1), _( -31), _( 218), _( -519), _( 2000), _(-5517), _( 5959), _(-39336), _(74992), _(35640), _(7134), _( 4788), _(2063), _( 401), _(208), _(26) },
{ _( -1), _( -35), _( 222), _( -581), _( 1952), _(-5879), _( 5288), _(-41176), _(74856), _(33791), _(7640), _( 4425), _(2080), _( 347), _(202), _(24) },
@@ -347,7 +347,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL
for ( k = 0; k < 32; k++, D += 16, V++ ) {
- #if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
+ #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) && 1
asm volatile (
"movem.l (%[D]), %%d0-%%d3\n\t"
"move.l (%[V]), %%a5\n\t"