forked from len0rd/rockbox
Add arm assembler for dsp_apply_gain(). Speeds up this routine by 30-40% on PP502x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25596 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b1c3881f0
commit
efb702dc9b
2 changed files with 40 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
/* Set the appropriate #defines based on CPU or whatever matters */
|
||||
#if defined(CPU_ARM)
|
||||
#define DSP_HAVE_ASM_APPLY_GAIN
|
||||
#define DSP_HAVE_ASM_RESAMPLING
|
||||
#define DSP_HAVE_ASM_CROSSFEED
|
||||
#define DSP_HAVE_ASM_SOUND_CHAN_MONO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue