cvs commit: src/lib/libc/amd64/string Makefile.inc bcopy.S
bzero.S memcpy.S memmove.S memset.S
David Schultz
das at FreeBSD.ORG
Thu Apr 7 06:29:52 PDT 2005
On Thu, Apr 07, 2005, Alexey Dokuchaev wrote:
> On Thu, Apr 07, 2005 at 03:56:03AM +0000, Alan Cox wrote:
> > alc 2005-04-07 03:56:03 UTC
> >
> > FreeBSD src repository
> >
> > Added files:
> > lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S
> > memmove.S memset.S
> > Log:
> > Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
> > memmove, and memset.
>
> Great! Are we going to see something like this for ia32?
i386 has had them since the beginnning of time, and the code
Alan committed is a port of the i386 versions.
More information about the cvs-src
mailing list