1
0
Fork 0
forked from len0rd/rockbox

Revert r25929. Test have shown that the assembler code is more than 50% faster than the C code both on ARM7TDMI (tested on PP5002 and PP5022) and on ARM1136JF-S (tested on Gigabeat S). If it is slower on ARM9*, it should be disabled for ARM9 only.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25937 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2010-05-10 19:05:25 +00:00
parent ed704825d2
commit 08d3c0be37
4 changed files with 287 additions and 0 deletions

View file

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