opnsense-src/lib/libc/amd64/string/Makefile.inc
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

12 lines
129 B
Makefile

# $FreeBSD$
MDSRCS+= \
bcmp.S \
memcmp.S \
memcpy.S \
memmove.S \
memset.S \
strcat.S \
strcmp.S \
strlen.S \
stpcpy.S