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:
parent
4fad74e6f6
commit
aee2dcf958
4 changed files with 0 additions and 287 deletions
|
@ -3,6 +3,4 @@ decoder.c
|
|||
shndec.c
|
||||
#if defined(CPU_COLDFIRE)
|
||||
coldfire.S
|
||||
#elif defined(CPU_ARM)
|
||||
arm.S
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue