Simple coldfire assembly strlen() function, 20-25% faster than the c
commit3324f737fb502f27bff6f1a44c7a4eff860fe9d4
authornls <nls@a1c6a512-1295-4272-9138-f99709370657>
Mon, 25 Jun 2007 20:21:37 +0000 (25 20:21 +0000)
committernls <nls@a1c6a512-1295-4272-9138-f99709370657>
Mon, 25 Jun 2007 20:21:37 +0000 (25 20:21 +0000)
tree22e06f206ab63908d31cc56819ed4fa4d54600b5
parent00671591a17f7cac83006346f4646e41b6e4c001
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
firmware/SOURCES
firmware/target/coldfire/strlen-coldfire.S [new file with mode: 0644]