summaryrefslogtreecommitdiff
path: root/firmware/common/memcpy_a.S (follow)
Commit message (Expand)AuthorAge
* Didn't mean to commit this, revert.Thom Johansen2006-02-22
* ARM optimised memset from Linux.Thom Johansen2006-02-22
* Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold2006-02-06
* Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold2005-11-12
* SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca...Jens Arnold2005-10-31
* Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l...Jens Arnold2005-10-30
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold2005-01-21