1
0
Fork 0
forked from len0rd/rockbox

ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice speedup. Touch some comments in filters_cf.S

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-11-01 21:11:26 +00:00
parent 9e23e9d43e
commit 6d88717f69
4 changed files with 321 additions and 13 deletions

View file

@ -34,4 +34,6 @@ window.c
#ifdef CPU_COLDFIRE
filters_cf.S
ltp_cf.S
#elif defined(CPU_ARM)
filters_arm4.S
#endif