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:
parent
1dc62dfc6b
commit
56f2ca74ad
3 changed files with 81 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue