summaryrefslogtreecommitdiffstats
path: root/libc/string/powerpc/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-181-1/+2
|
* Joakim Tjernlund writes:Eric Andersen2004-01-271-0/+201
Hi Erik I have had some fun trying to optimize memcpy, memset and memmove for PPC. There are only boot tested, but I don't expect any problems :) Read the comments in powerpc/string.c for more info. Patch is relative to libc/string Jocke