forked from len0rd/rockbox
Keep assembler versions of DSP routines in dsp_arch.S files. This also
solves the annoying register allocator problem when not using -fomit-frame-pointer for the Coldfire assembler optimised crossfeed routine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f9bd4fb98
commit
cc94ae45a7
4 changed files with 145 additions and 83 deletions
|
@ -75,6 +75,7 @@ codecs.c
|
|||
dsp.c
|
||||
eq.c
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
dsp_cf.S
|
||||
eq_cf.S
|
||||
#elif defined(CPU_ARM) && !defined(SIMULATOR)
|
||||
eq_arm.S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue