Add x86 32-bit SSE4.2 string functions.
[glibc.git] / sysdeps / i386 / i686 / multiarch / Makefile
blobe1553b284e431b80a89e8b0101a30c266916853d
1 ifeq ($(subdir),csu)
2 aux += init-arch
3 gen-as-const-headers += ifunc-defines.sym
4 endif
6 ifeq ($(subdir),string)
7 ifeq (yes,$(config-cflags-sse4))
8 sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c
9 CFLAGS-strcspn-c.c += -msse4
10 CFLAGS-strpbrk-c.c += -msse4
11 CFLAGS-strspn-c.c += -msse4
12 CFLAGS-strstr.c += -msse4
13 CFLAGS-strcasestr.c += -msse4
14 endif
15 endif