From 9d9225ed1ddefab985ab3ffd7e77bccf979f1c5b Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 22 Oct 2007 23:44:19 +0000 Subject: iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMAC init in nb_celp.c, since all modes need this as a base. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15274 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/config-speex.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/codecs/libspeex/config-speex.h') diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index b7385ee..31ebe80 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h @@ -11,6 +11,11 @@ #define ARM4_ASM #endif +/* Make use of Coldfire assembly optimizations */ +#if defined(CPU_COLDFIRE) +#define COLDFIRE_ASM +#endif + /* Make use of Blackfin assembly optimizations */ /* #undef BFIN_ASM */ -- cgit v1.1