diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-03-23 19:59:52 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-03-23 19:59:52 +0000 |
| commit | cc94ae45a7f3b377a359f9652340e8c847da5ac6 (patch) | |
| tree | 2b5979b5469cf2c690b644b819446372146343ab /apps/SOURCES | |
| parent | 5f9bd4fb987049ecea077c0a1039f0eee31c118c (diff) | |
| download | rockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.zip rockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.tar.gz rockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.tar.bz2 rockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.tar.xz | |
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
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index f34cac9..dee4e6e 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -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 |