forked from len0rd/rockbox
C code is NOT faster on S3C2440 - tested by AlexP on r22529
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22530 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0dad8d5ae9
commit
d43bcb7dc4
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@
|
|||
#include <codecs/lib/codeclib.h>
|
||||
#endif /* ROCKBOX */
|
||||
|
||||
#if defined(CPU_ARM) && CONFIG_CPU != S3C2440
|
||||
/* C code is faster on S3C2440 */
|
||||
#if defined(CPU_ARM)
|
||||
|
||||
extern void mdct_butterfly_32(int32_t *x);
|
||||
extern void mdct_butterfly_generic_loop(int32_t *x1, int32_t *x2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue