summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/memcpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill1998-06-121-0/+87
important distinctions between CPU models which are not made by gcc. These distinctions help give us a more optimized memcpy(). This is important for message queues and KA9Q.