about summary refs log tree commit diff
path: root/sysdeps/loongarch/lp64/multiarch/Makefile
blob: 360a6718c070242c00c7ad8cd1bcf07daf1c0fbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
ifeq ($(subdir),string)
sysdep_routines += \
  strlen-aligned \
  strlen-lsx \
  strlen-lasx \
  strnlen-aligned \
  strnlen-lsx \
  strnlen-lasx \
  strchr-aligned \
  strchr-lsx \
  strchr-lasx \
  strchrnul-aligned \
  strchrnul-lsx \
  strchrnul-lasx \
  strcmp-aligned \
  strcmp-lsx \
  strncmp-aligned \
  strncmp-lsx \
  memcpy-aligned \
  memcpy-unaligned \
  memmove-unaligned \
  memmove-lsx \
  memmove-lasx \
  rawmemchr-aligned \
  rawmemchr-lsx \
  rawmemchr-lasx \
  memchr-aligned \
  memchr-lsx \
  memchr-lasx \
  memrchr-generic \
  memrchr-lsx \
  memrchr-lasx \
  memset-aligned \
  memset-unaligned \
  memset-lsx \
  memset-lasx \
  memcmp-aligned \
  memcmp-lsx \
  memcmp-lasx \
# sysdep_routines
endif