freebsd-nq/lib/libc/amd64/string
Mateusz Guzik ddf6571230 amd64: align target memmove buffer to 16 bytes before using rep movs
See the review for sample test results.

Reviewed by:	kib (kernel part)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18401
2018-12-01 14:20:32 +00:00
..
bcmp.S
bcopy.c
bzero.c amd64: convert libc bzero to a C func to avoid future bloat 2018-11-15 20:20:39 +00:00
Makefile.inc amd64: convert libc bzero to a C func to avoid future bloat 2018-11-15 20:20:39 +00:00
memcmp.S
memcpy.S
memmove.S amd64: align target memmove buffer to 16 bytes before using rep movs 2018-12-01 14:20:32 +00:00
memset.S amd64: handle small memset buffers with overlapping stores 2018-11-16 00:44:22 +00:00
stpcpy.S
strcat.S
strcmp.S
strcpy.c