summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/asm_mcf5249.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/asm_mcf5249.h')
-rw-r--r--apps/codecs/Tremor/asm_mcf5249.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h
index b930ce1f5f..4d7767c63e 100644
--- a/apps/codecs/Tremor/asm_mcf5249.h
+++ b/apps/codecs/Tremor/asm_mcf5249.h
@@ -28,12 +28,7 @@
28 28
29static inline void mcf5249_init_mac(void) { 29static inline void mcf5249_init_mac(void) {
30 int r; 30 int r;
31 asm volatile ("move.l #0x20, %%macsr;" /* frac, truncate, no saturation */ 31 asm volatile ("move.l #0x20, %%macsr;"); /* frac, truncate, no saturation */
32 "movclr.l %%acc0, %[r];" /* clear accumulators */
33 "move.l %%acc0, %%acc1;"
34 "move.l %%acc0, %%acc2;"
35 "move.l %%acc0, %%acc3;"
36 : [r] "=r" (r));
37} 32}
38 33
39static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { 34static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {