summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/synth_filter.c
diff options
context:
space:
mode:
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 2b14c26c92..0dabe59150 100644
--- a/apps/codecs/libmusepack/synth_filter.c
+++ b/apps/codecs/libmusepack/synth_filter.c
@@ -343,7 +343,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL
343 343
344 344
345 345
346 #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 346 #if defined(CPU_COLDFIRE)
347 for ( k = 0; k < 32; k++, D += 16, V++ ) { 347 for ( k = 0; k < 32; k++, D += 16, V++ ) {
348 asm volatile ( 348 asm volatile (
349 "movem.l (%[D]), %%d0-%%d3 \n\t" 349 "movem.l (%[D]), %%d0-%%d3 \n\t"
@@ -372,7 +372,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL
372 : [Data] "+a" (Data) 372 : [Data] "+a" (Data)
373 : [V] "a" (V), [D] "a" (D) 373 : [V] "a" (V), [D] "a" (D)
374 : "d0", "d1", "d2", "d3", "a5"); 374 : "d0", "d1", "d2", "d3", "a5");
375 #elif defined(CPU_ARM) && !defined(SIMULATOR) 375 #elif defined(CPU_ARM)
376 for ( k = 0; k < 32; k++, V++ ) { 376 for ( k = 0; k < 32; k++, V++ ) {
377 asm volatile ( 377 asm volatile (
378 "ldmia %[D]!, { r0-r3 } \n\t" 378 "ldmia %[D]!, { r0-r3 } \n\t"