Date: Thu, 7 Apr 2005 03:56:03 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S memmove.S memset.S Message-ID: <200504070356.j373u3MP005490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
Revision Changes Path
1.1 +3 -0 src/lib/libc/amd64/string/Makefile.inc (new)
1.1 +94 -0 src/lib/libc/amd64/string/bcopy.S (new)
1.1 +45 -0 src/lib/libc/amd64/string/bzero.S (new)
1.1 +5 -0 src/lib/libc/amd64/string/memcpy.S (new)
1.1 +5 -0 src/lib/libc/amd64/string/memmove.S (new)
1.1 +60 -0 src/lib/libc/amd64/string/memset.S (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504070356.j373u3MP005490>
