glibc/sysdeps/aarch64/multiarch/Makefile

22 lines
371 B
Makefile
Raw Normal View History

ifeq ($(subdir),string)
sysdep_routines += \
memchr_generic \
memchr_nosimd \
memcpy_a64fx \
memcpy_generic \
memcpy_mops \
memcpy_sve \
memcpy_thunderx \
memcpy_thunderx2 \
memmove_mops \
memset_a64fx \
memset_emag \
memset_generic \
memset_kunpeng \
memset_mops \
memset_zva64 \
strlen_asimd \
strlen_generic \
# sysdep_routines
endif