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:
parent
f32294d6ab
commit
4f5b390a6d
3 changed files with 90 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue