summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/layer3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/layer3.c')
-rw-r--r--apps/codecs/libmad/layer3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libmad/layer3.c b/apps/codecs/libmad/layer3.c
index b5fa2be6f5..6d528ea52c 100644
--- a/apps/codecs/libmad/layer3.c
+++ b/apps/codecs/libmad/layer3.c
@@ -1775,8 +1775,6 @@ void imdct36(mad_fixed_t const X[18], mad_fixed_t x[36])
1775 mad_fixed_t t[16]; 1775 mad_fixed_t t[16];
1776 /* assumes FRACBITS = 28 */ 1776 /* assumes FRACBITS = 28 */
1777 asm volatile ( 1777 asm volatile (
1778 "move.l #0xb0, %%d0\n\t" /* frac. mode, saturate, round */
1779 "move.l %%d0, %%macsr\n\t"
1780 "move.l (4*4, %[X]), %%d0\n\t" 1778 "move.l (4*4, %[X]), %%d0\n\t"
1781 "move.l #0x0ec835e8, %%d1\n\t" 1779 "move.l #0x0ec835e8, %%d1\n\t"
1782 "mac.l %%d0, %%d1, (13*4, %[X]), %%d0, %%acc0\n\t" 1780 "mac.l %%d0, %%d1, (13*4, %[X]), %%d0, %%acc0\n\t"