Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/m68knommu/lib
Greg Ungerer 982cd252ca m68knommu: add optimize memmove() function
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
ea61bc461d ("m68k/m68knommu: merge MMU and
non-MMU string.h"), which breaks non-coldfire non-mmu builds (which is
the 68x328 and 68360 families). They currently have no memmove() fucntion
defined, since there was none in the m68knommu/lib functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-02-16 09:43:16 +10:00
..
ashldi3.c
ashrdi3.c
checksum.c m68k: merge the mmu and non-mmu versions of checksum.h 2009-09-16 09:43:37 +10:00
delay.c
divsi3.S
lshrdi3.c
Makefile m68knommu: add optimize memmove() function 2011-02-16 09:43:16 +10:00
memcpy.c
memmove.c m68knommu: add optimize memmove() function 2011-02-16 09:43:16 +10:00
memset.c
modsi3.S
muldi3.c
mulsi3.S
udivsi3.S
umodsi3.S