opnsense-src/lib/libc/amd64/string
Mateusz Guzik fbc002cb72 amd64: bring back asm bcmp, shared with memcmp
Turns out clang converts "memcmp(foo, bar, len) == 0" and similar to
bcmp calls.

Reviewed by:	emaste (previous version), jhb (previous version)
Differential Revision:	https://reviews.freebsd.org/D34673
2022-03-26 09:10:03 +00:00
..
bcmp.S amd64: bring back asm bcmp, shared with memcmp 2022-03-26 09:10:03 +00:00
bcopy.c
bzero.c
Makefile.inc amd64: bring back asm bcmp, shared with memcmp 2022-03-26 09:10:03 +00:00
memcmp.S amd64: bring back asm bcmp, shared with memcmp 2022-03-26 09:10:03 +00:00
memcpy.S
memmove.S amd64: add a note about simd to libc memset, memmove and memcmp 2021-01-31 16:07:19 +00:00
memset.S amd64: add a note about simd to libc memset, memmove and memcmp 2021-01-31 16:07:19 +00:00
stpcpy.S
strcat.S
strcmp.S
strcpy.c
strlen.S amd64: import asm strlen into libc 2021-02-23 00:09:55 +00:00