1
0
Fork 0
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:
Dave Hooper 2009-08-29 13:03:40 +00:00
parent 0dad8d5ae9
commit d43bcb7dc4

View file

@ -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,