From 4f5b390a6df9733b46e254a7e367e066a80ccb9b Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 20 Jul 2010 23:35:07 +0000 Subject: Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27504 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/codecs/libmusepack/SOURCES') diff --git a/apps/codecs/libmusepack/SOURCES b/apps/codecs/libmusepack/SOURCES index 31848214e0..60d762afd2 100644 --- a/apps/codecs/libmusepack/SOURCES +++ b/apps/codecs/libmusepack/SOURCES @@ -9,3 +9,6 @@ synth_filter.c #if defined(CPU_ARM) synth_filter_arm.S #endif +#if defined(CPU_COLDFIRE) +synth_filter_coldfire.S +#endif -- cgit v1.2.3