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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h
index 2dcff021a4..eb6ed759fc 100644
--- a/apps/codecs/Tremor/asm_mcf5249.h
+++ b/apps/codecs/Tremor/asm_mcf5249.h
@@ -29,10 +29,6 @@
29 29
30#define MB() 30#define MB()
31 31
32static inline void mcf5249_init_mac(void) {
33 asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */
34}
35
36static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { 32static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
37 33
38 asm volatile ("mac.l %[x], %[y], %%acc0;" /* multiply & shift */ 34 asm volatile ("mac.l %[x], %[y], %%acc0;" /* multiply & shift */