From 80af160fbfd5dcff50ace0c320ccbf8493513be9 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 14 Jun 2008 22:10:16 +0000 Subject: Minor code beautification. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17720 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/synth_filter_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack/synth_filter_arm.S') 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 @@ .section .text, "ax", %progbits +#if defined(OPTIMIZE_FOR_SPEED) /**************************************************************************** * void mpc_decoder_windowing_D(...) * @@ -29,7 +30,6 @@ * Uses pre-shifted V[] and D[] values. D[] will always be the second operand * of mul/mla to achieve higher speed as D[] has lower amplitude than V[]. ****************************************************************************/ -#if defined(OPTIMIZE_FOR_SPEED) .align 2 .global mpc_decoder_windowing_D .type mpc_decoder_windowing_D, %function -- cgit v1.2.3