1
0
Fork 0
forked from len0rd/rockbox

flac: remove ARM assembly

Using current gcc it only makes decoding a tiny bit slower
Using eabi gcc it makes no speed difference
Tested on fuzev1

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-10 13:01:40 +00:00
parent 4fad74e6f6
commit aee2dcf958
4 changed files with 0 additions and 287 deletions

View file

@ -3,6 +3,4 @@ decoder.c
shndec.c
#if defined(CPU_COLDFIRE)
coldfire.S
#elif defined(CPU_ARM)
arm.S
#endif