summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/synth_filter_arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/synth_filter_arm.S')
-rwxr-xr-xapps/codecs/libmusepack/synth_filter_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/synth_filter_arm.S b/apps/codecs/libmusepack/synth_filter_arm.S
index 8bc6bd3c5c..41bfda740b 100755
--- a/apps/codecs/libmusepack/synth_filter_arm.S
+++ b/apps/codecs/libmusepack/synth_filter_arm.S
@@ -21,6 +21,7 @@
21 21
22 .section .text, "ax", %progbits 22 .section .text, "ax", %progbits
23 23
24#if defined(OPTIMIZE_FOR_SPEED)
24/**************************************************************************** 25/****************************************************************************
25 * void mpc_decoder_windowing_D(...) 26 * void mpc_decoder_windowing_D(...)
26 * 27 *
@@ -29,7 +30,6 @@
29 * Uses pre-shifted V[] and D[] values. D[] will always be the second operand 30 * Uses pre-shifted V[] and D[] values. D[] will always be the second operand
30 * of mul/mla to achieve higher speed as D[] has lower amplitude than V[]. 31 * of mul/mla to achieve higher speed as D[] has lower amplitude than V[].
31 ****************************************************************************/ 32 ****************************************************************************/
32#if defined(OPTIMIZE_FOR_SPEED)
33 .align 2 33 .align 2
34 .global mpc_decoder_windowing_D 34 .global mpc_decoder_windowing_D
35 .type mpc_decoder_windowing_D, %function 35 .type mpc_decoder_windowing_D, %function