about summary refs log tree commit diff
path: root/sysdeps/loongarch/lp64/multiarch/Makefile
blob: afa51041745e122406166ca0e1aadc95805c80f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ifeq ($(subdir),string)
sysdep_routines += \
  strlen-aligned \
  strlen-lsx \
  strlen-lasx \
  strchr-aligned \
  strchr-lsx \
  strchr-lasx \
  strchrnul-aligned \
  strchrnul-lsx \
  strchrnul-lasx \
  memcpy-aligned \
  memcpy-unaligned \
  memmove-unaligned \
  memmove-lsx \
  memmove-lasx \
# sysdep_routines
endif