opnsense-src/lib/libc/amd64/string/Makefile.inc
Robert Clausecker ad2fac552c lib/libc/amd64: add archlevel-based simd dispatch framework
Add a framework for selecting from one of multiple implementations
of a function based on amd64 architecture level (cf. amd64 SysV
ABI supplement).

Sponsored by:	The FreeBSD Foundation
Approved by:	kib
Reviewed by:	jrtc27
Differential Revision:	https://reviews.freebsd.org/D40693
2023-08-04 01:53:43 +03:00

13 lines
150 B
Makefile

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