diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-07-20 23:35:07 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-07-20 23:35:07 +0000 |
| commit | 4f5b390a6df9733b46e254a7e367e066a80ccb9b (patch) | |
| tree | b9e8696d7cb431ca739c9c3017189241eca39a84 /apps/codecs/libmusepack/SOURCES | |
| parent | f32294d6abff7c5952b3a0c079a54b53eb42eb40 (diff) | |
| download | rockbox-4f5b390a6df9733b46e254a7e367e066a80ccb9b.zip rockbox-4f5b390a6df9733b46e254a7e367e066a80ccb9b.tar.gz rockbox-4f5b390a6df9733b46e254a7e367e066a80ccb9b.tar.bz2 rockbox-4f5b390a6df9733b46e254a7e367e066a80ccb9b.tar.xz | |
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
Diffstat (limited to 'apps/codecs/libmusepack/SOURCES')
| -rw-r--r-- | apps/codecs/libmusepack/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/SOURCES b/apps/codecs/libmusepack/SOURCES index 3184821..60d762a 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 |