1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2010-07-20 23:35:07 +00:00
parent f32294d6ab
commit 4f5b390a6d
3 changed files with 90 additions and 44 deletions

View file

@ -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