mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
Add an m68k/coldfire optimized memmove() function for the m68knommu arch.
This is the same function as used by m68k. Simple speed tests show this
is faster once buffers are larger than 4 bytes, and significantly faster
on much larger buffers (4 times faster above about 100 bytes).
This also goes part of the way to fixing a regression caused by commit
|
||
|---|---|---|
| .. | ||
| ashldi3.c | ||
| ashrdi3.c | ||
| checksum.c | ||
| delay.c | ||
| divsi3.S | ||
| lshrdi3.c | ||
| Makefile | ||
| memcpy.c | ||
| memmove.c | ||
| memset.c | ||
| modsi3.S | ||
| muldi3.c | ||
| mulsi3.S | ||
| udivsi3.S | ||
| umodsi3.S | ||