From 1d425bf1e6c0346db02f03be496ecef749b49c22 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 2 Dec 2010 22:33:47 +0000 Subject: Enable ARM ASM optimzations on android. Speedup in codecs ranges from 20% to 150%. Most codecs now need well below 30MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28727 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 540eff0..6b64137 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -496,7 +496,8 @@ Lyre prototype 1 */ #define ARM_ARCH 6 /* ARMv6 */ #elif defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) \ - || (CONFIG_CPU == AT91SAM9260) || (CONFIG_CPU == AS3525v2) + || (CONFIG_CPU == AT91SAM9260) || (CONFIG_CPU == AS3525v2) \ + || (CONFIG_PLATFORM & PLATFORM_ANDROID) #define CPU_ARM #define ARM_ARCH 5 /* ARMv5 */ -- cgit v1.1