]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add machine-specific, optimized implementations of bcmp and memcmp.
authoralc <alc@FreeBSD.org>
Fri, 8 Apr 2005 05:15:55 +0000 (05:15 +0000)
committeralc <alc@FreeBSD.org>
Fri, 8 Apr 2005 05:15:55 +0000 (05:15 +0000)
commit1ab7d22f97ea0829f4ecd7575ba5e8c1bea12bca
tree1d60e90ccc86866f80d1d021c44ec1929f68e2aa
parent97c8eede3f4c672371fe59e16630fff65b27db34
Add machine-specific, optimized implementations of bcmp and memcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
lib/libc/amd64/string/Makefile.inc
lib/libc/amd64/string/bcmp.S [new file with mode: 0644]
lib/libc/amd64/string/memcmp.S [new file with mode: 0644]