Added a couple of assembly implementations for memcpy and memmove for PPC.
commit876a89afcdab284cc50f2101655b8301bc55ad83
authorTravis Geiselbrecht <geist@newos.org>
Tue, 9 Dec 2003 00:38:55 +0000 (9 00:38 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Tue, 9 Dec 2003 00:38:55 +0000 (9 00:38 +0000)
treeeeb28e1740e7e49eb973af4f555d3a8a44f411a4
parentd7307c0c70c5f0dd18048856acee740062d3ea5e
Added a couple of assembly implementations for memcpy and memmove for PPC.

Contributed by Fred Ferrie. Thanks Fred!

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@1026 c25cc9d1-44fa-0310-b259-ad778cb1d433
include/libc/arch/ppc/string.h
lib/libc/string/arch/ppc/makefile
lib/libc/string/arch/ppc/memcpy.S [new file with mode: 0644]
lib/libc/string/arch/ppc/memmove.S [new file with mode: 0644]