forked from len0rd/rockbox
Minor optimization of mpc codec via moving dewindowing asm to icode section for S5L870x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
560d89130f
commit
c355122cce
1 changed files with 5 additions and 0 deletions
|
@ -21,7 +21,12 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(CPU_S5L870X)
|
||||
/* Moving this asm routine to iram is (little) faster on S5L870x. */
|
||||
.section .icode, "ax", %progbits
|
||||
#else
|
||||
.section .text, "ax", %progbits
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* void mpc_decoder_windowing_D(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue