1
0
Fork 0
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:
Thom Johansen 2006-03-23 19:59:52 +00:00
parent 5f9bd4fb98
commit cc94ae45a7
4 changed files with 145 additions and 83 deletions

View file

@ -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