1
0
Fork 0
forked from len0rd/rockbox

Simple coldfire assembly strlen() function, 20-25% faster than the c

version. Move function out of iram as it turns out that makes it 
slightly faster.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13713 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-06-25 20:21:37 +00:00
parent dfa4e6406d
commit 07b7877809
2 changed files with 41 additions and 1 deletions

View file

@ -250,13 +250,13 @@ target/sh/system-sh.c
#elif defined(CPU_COLDFIRE)
common/strlen.c
#ifndef SIMULATOR
target/coldfire/crt0.S
target/coldfire/memcpy-coldfire.S
target/coldfire/memmove-coldfire.S
target/coldfire/memset-coldfire.S
target/coldfire/memswap128-coldfire.S
target/coldfire/strlen-coldfire.S
#if defined(HAVE_LCD_COLOR) \
|| defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
target/coldfire/memset16-coldfire.S