summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/dct32_arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/dct32_arm.S')
-rw-r--r--apps/codecs/libmad/dct32_arm.S10
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/codecs/libmad/dct32_arm.S b/apps/codecs/libmad/dct32_arm.S
index 8ead5af899..5a1782a651 100644
--- a/apps/codecs/libmad/dct32_arm.S
+++ b/apps/codecs/libmad/dct32_arm.S
@@ -17,17 +17,11 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "config.h" 20#include "mad_iram.h"
21 21
22 .global dct32 22 .global dct32
23 23
24/* This performs slower in IRAM on PP502x and there is no space in 24 .section ICODE_SECTION_MPA_ARM,"ax",%progbits
25 mpegplayer on the PP5002 */
26#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) || defined(TOSHIBA_GIGABEAT_F)
27 .section .text,"ax",%progbits
28#else
29 .section .icode,"ax",%progbits
30#endif
31 25
32dct32: 26dct32:
33 stmdb r13!, {r4, r5, r6, r7, r8, r9, r10, r11, r12, lr} 27 stmdb r13!, {r4, r5, r6, r7, r8, r9, r10, r11, r12, lr}