1
0
Fork 0
forked from len0rd/rockbox

Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedup

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-02-19 22:11:29 +00:00
parent a3ed6e9c7a
commit e9edc8f82d
4 changed files with 222 additions and 0 deletions

View file

@ -10,3 +10,6 @@ md5.c
memory.c
seekable_stream_decoder.c
stream_decoder.c
#if CONFIG_CPU==MCF5249
coldfire.c
#endif