aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/bcopy.S
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate unneeded instructions that are a vestige of mechanicalAlan Cox2005-04-081-10/+4
| | | | | | | translation from i386. Notes: svn path=/head/; revision=144779
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-071-0/+94
memmove, and memset. PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144730