1
0
Fork 0
forked from len0rd/rockbox

Assembler optimised crossfeed routine for ARM. Performance improvement is more than double. Should work fine, but watch your ears nevertheless.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-08-16 12:38:49 +00:00
parent 1dc62dfc6b
commit 56f2ca74ad
3 changed files with 81 additions and 1 deletions

View file

@ -76,6 +76,7 @@ eq.c
dsp_cf.S
eq_cf.S
#elif defined(CPU_ARM) && !defined(SIMULATOR)
dsp_arm.S
eq_arm.S
#endif
eq_menu.c