1
0
Fork 0
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:
Andree Buschmann 2010-11-02 21:13:39 +00:00
parent 560d89130f
commit c355122cce

View file

@ -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(...)