summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/memcpy-coldfire.S (unfollow)
Commit message (Expand)Author
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing
2006-02-22Didn't mean to commit this, revert.Thom Johansen
2006-02-22ARM optimised memset from Linux.Thom Johansen
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold
2005-11-12Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold
2005-10-31SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca...Jens Arnold
2005-10-30Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l...Jens Arnold
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-01-21Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold
2004-10-26Ported to ColdfireLinus Nielsen Feltzing
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn