forked from len0rd/rockbox
Move all code into IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c43822d102
commit
6f7f921ebe
4 changed files with 16 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
All LPC filtering up to order 8 is done in specially optimised unrolled
|
||||
loops, while every order above this is handled by a slower default routine.
|
||||
*/
|
||||
.text
|
||||
.section .icode,"ax",@progbits
|
||||
.global lpc_decode_emac
|
||||
.align 2
|
||||
lpc_decode_emac:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue