1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thom Johansen 2007-10-22 23:44:19 +00:00
parent 4b259e9553
commit 9d9225ed1d
5 changed files with 178 additions and 0 deletions

View file

@ -42,3 +42,6 @@ vbr.c
vorbis_psy.c
vq.c
window.c
#ifdef CPU_COLDFIRE
filters_cf.S
#endif