mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Apply the Makefile sorting fix
Apply the Makefile sorting fix generated by sort-makefile-lines.py.
This commit is contained in:
parent
71d133c500
commit
ef7f4b1fef
5 changed files with 58 additions and 58 deletions
|
@ -1,52 +1,52 @@
|
||||||
ifeq ($(subdir),string)
|
ifeq ($(subdir),string)
|
||||||
sysdep_routines += \
|
sysdep_routines += \
|
||||||
strlen-aligned \
|
memchr-aligned \
|
||||||
strlen-lsx \
|
memchr-lasx \
|
||||||
strlen-lasx \
|
memchr-lsx \
|
||||||
strnlen-aligned \
|
memcmp-aligned \
|
||||||
strnlen-lsx \
|
memcmp-lasx \
|
||||||
strnlen-lasx \
|
memcmp-lsx \
|
||||||
strchr-aligned \
|
|
||||||
strchr-lsx \
|
|
||||||
strchr-lasx \
|
|
||||||
strrchr-aligned \
|
|
||||||
strrchr-lsx \
|
|
||||||
strrchr-lasx \
|
|
||||||
strchrnul-aligned \
|
|
||||||
strchrnul-lsx \
|
|
||||||
strchrnul-lasx \
|
|
||||||
strcmp-aligned \
|
|
||||||
strcmp-lsx \
|
|
||||||
strncmp-aligned \
|
|
||||||
strncmp-lsx \
|
|
||||||
strcpy-aligned \
|
|
||||||
strcpy-unaligned \
|
|
||||||
strcpy-lsx \
|
|
||||||
strcpy-lasx \
|
|
||||||
stpcpy-aligned \
|
|
||||||
stpcpy-unaligned \
|
|
||||||
stpcpy-lsx \
|
|
||||||
stpcpy-lasx \
|
|
||||||
memcpy-aligned \
|
memcpy-aligned \
|
||||||
memcpy-unaligned \
|
memcpy-unaligned \
|
||||||
memmove-unaligned \
|
|
||||||
memmove-lsx \
|
|
||||||
memmove-lasx \
|
memmove-lasx \
|
||||||
rawmemchr-aligned \
|
memmove-lsx \
|
||||||
rawmemchr-lsx \
|
memmove-unaligned \
|
||||||
rawmemchr-lasx \
|
|
||||||
memchr-aligned \
|
|
||||||
memchr-lsx \
|
|
||||||
memchr-lasx \
|
|
||||||
memrchr-generic \
|
memrchr-generic \
|
||||||
memrchr-lsx \
|
|
||||||
memrchr-lasx \
|
memrchr-lasx \
|
||||||
|
memrchr-lsx \
|
||||||
memset-aligned \
|
memset-aligned \
|
||||||
memset-unaligned \
|
|
||||||
memset-lsx \
|
|
||||||
memset-lasx \
|
memset-lasx \
|
||||||
memcmp-aligned \
|
memset-lsx \
|
||||||
memcmp-lsx \
|
memset-unaligned \
|
||||||
memcmp-lasx \
|
rawmemchr-aligned \
|
||||||
|
rawmemchr-lasx \
|
||||||
|
rawmemchr-lsx \
|
||||||
|
stpcpy-aligned \
|
||||||
|
stpcpy-lasx \
|
||||||
|
stpcpy-lsx \
|
||||||
|
stpcpy-unaligned \
|
||||||
|
strchr-aligned \
|
||||||
|
strchr-lasx \
|
||||||
|
strchr-lsx \
|
||||||
|
strchrnul-aligned \
|
||||||
|
strchrnul-lasx \
|
||||||
|
strchrnul-lsx \
|
||||||
|
strcmp-aligned \
|
||||||
|
strcmp-lsx \
|
||||||
|
strcpy-aligned \
|
||||||
|
strcpy-lasx \
|
||||||
|
strcpy-lsx \
|
||||||
|
strcpy-unaligned \
|
||||||
|
strlen-aligned \
|
||||||
|
strlen-lasx \
|
||||||
|
strlen-lsx \
|
||||||
|
strncmp-aligned \
|
||||||
|
strncmp-lsx \
|
||||||
|
strnlen-aligned \
|
||||||
|
strnlen-lasx \
|
||||||
|
strnlen-lsx \
|
||||||
|
strrchr-aligned \
|
||||||
|
strrchr-lasx \
|
||||||
|
strrchr-lsx \
|
||||||
# sysdep_routines
|
# sysdep_routines
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -15,18 +15,18 @@ CFLAGS-dl-get-cpu-features.os += $(rtld-early-cflags)
|
||||||
CFLAGS-get-cpuid-feature-leaf.o += $(no-stack-protector)
|
CFLAGS-get-cpuid-feature-leaf.o += $(no-stack-protector)
|
||||||
|
|
||||||
tests += \
|
tests += \
|
||||||
tst-get-cpu-features \
|
|
||||||
tst-get-cpu-features-static \
|
|
||||||
tst-cpu-features-cpuinfo \
|
tst-cpu-features-cpuinfo \
|
||||||
tst-cpu-features-cpuinfo-static \
|
tst-cpu-features-cpuinfo-static \
|
||||||
tst-cpu-features-supports \
|
tst-cpu-features-supports \
|
||||||
tst-cpu-features-supports-static \
|
tst-cpu-features-supports-static \
|
||||||
|
tst-get-cpu-features \
|
||||||
|
tst-get-cpu-features-static \
|
||||||
tst-hwcap-tunables \
|
tst-hwcap-tunables \
|
||||||
# tests
|
# tests
|
||||||
tests-static += \
|
tests-static += \
|
||||||
tst-get-cpu-features-static \
|
|
||||||
tst-cpu-features-cpuinfo-static \
|
tst-cpu-features-cpuinfo-static \
|
||||||
tst-cpu-features-supports-static \
|
tst-cpu-features-supports-static \
|
||||||
|
tst-get-cpu-features-static \
|
||||||
# tests-static
|
# tests-static
|
||||||
ifeq (yes,$(have-ifunc))
|
ifeq (yes,$(have-ifunc))
|
||||||
ifeq (yes,$(have-gcc-ifunc))
|
ifeq (yes,$(have-gcc-ifunc))
|
||||||
|
|
|
@ -252,6 +252,10 @@ sysdep-dl-routines += dl-cet
|
||||||
|
|
||||||
tests += \
|
tests += \
|
||||||
tst-cet-legacy-1 \
|
tst-cet-legacy-1 \
|
||||||
|
tst-cet-legacy-10 \
|
||||||
|
tst-cet-legacy-10-static \
|
||||||
|
tst-cet-legacy-10a \
|
||||||
|
tst-cet-legacy-10a-static \
|
||||||
tst-cet-legacy-1a \
|
tst-cet-legacy-1a \
|
||||||
tst-cet-legacy-2 \
|
tst-cet-legacy-2 \
|
||||||
tst-cet-legacy-2a \
|
tst-cet-legacy-2a \
|
||||||
|
@ -263,15 +267,11 @@ tests += \
|
||||||
tst-cet-legacy-8 \
|
tst-cet-legacy-8 \
|
||||||
tst-cet-legacy-9 \
|
tst-cet-legacy-9 \
|
||||||
tst-cet-legacy-9-static \
|
tst-cet-legacy-9-static \
|
||||||
tst-cet-legacy-10 \
|
|
||||||
tst-cet-legacy-10-static \
|
|
||||||
tst-cet-legacy-10a \
|
|
||||||
tst-cet-legacy-10a-static \
|
|
||||||
# tests
|
# tests
|
||||||
tests-static += \
|
tests-static += \
|
||||||
tst-cet-legacy-9-static \
|
|
||||||
tst-cet-legacy-10-static \
|
tst-cet-legacy-10-static \
|
||||||
tst-cet-legacy-10a-static \
|
tst-cet-legacy-10a-static \
|
||||||
|
tst-cet-legacy-9-static \
|
||||||
# tests-static
|
# tests-static
|
||||||
tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd)
|
tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd)
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,10 @@ libm-sysdep_routines += \
|
||||||
s_ceilf-c \
|
s_ceilf-c \
|
||||||
s_floor-c \
|
s_floor-c \
|
||||||
s_floorf-c \
|
s_floorf-c \
|
||||||
s_rint-c \
|
|
||||||
s_rintf-c \
|
|
||||||
s_nearbyint-c \
|
s_nearbyint-c \
|
||||||
s_nearbyintf-c \
|
s_nearbyintf-c \
|
||||||
|
s_rint-c \
|
||||||
|
s_rintf-c \
|
||||||
s_roundeven-c \
|
s_roundeven-c \
|
||||||
s_roundevenf-c \
|
s_roundevenf-c \
|
||||||
s_trunc-c \
|
s_trunc-c \
|
||||||
|
@ -21,10 +21,10 @@ libm-sysdep_routines += \
|
||||||
s_floorf-sse4_1 \
|
s_floorf-sse4_1 \
|
||||||
s_nearbyint-sse4_1 \
|
s_nearbyint-sse4_1 \
|
||||||
s_nearbyintf-sse4_1 \
|
s_nearbyintf-sse4_1 \
|
||||||
s_roundeven-sse4_1 \
|
|
||||||
s_roundevenf-sse4_1 \
|
|
||||||
s_rint-sse4_1 \
|
s_rint-sse4_1 \
|
||||||
s_rintf-sse4_1 \
|
s_rintf-sse4_1 \
|
||||||
|
s_roundeven-sse4_1 \
|
||||||
|
s_roundevenf-sse4_1 \
|
||||||
s_trunc-sse4_1 \
|
s_trunc-sse4_1 \
|
||||||
s_truncf-sse4_1 \
|
s_truncf-sse4_1 \
|
||||||
# libm-sysdep_routines
|
# libm-sysdep_routines
|
||||||
|
@ -84,12 +84,12 @@ CFLAGS-s_cosf-fma.c = -mfma -mavx2
|
||||||
CFLAGS-s_sincosf-fma.c = -mfma -mavx2
|
CFLAGS-s_sincosf-fma.c = -mfma -mavx2
|
||||||
|
|
||||||
libm-sysdep_routines += \
|
libm-sysdep_routines += \
|
||||||
|
e_asin-fma4 \
|
||||||
|
e_atan2-fma4 \
|
||||||
e_exp-fma4 \
|
e_exp-fma4 \
|
||||||
e_log-fma4 \
|
e_log-fma4 \
|
||||||
e_pow-fma4 \
|
e_pow-fma4 \
|
||||||
e_asin-fma4 \
|
|
||||||
s_atan-fma4 \
|
s_atan-fma4 \
|
||||||
e_atan2-fma4 \
|
|
||||||
s_sin-fma4 \
|
s_sin-fma4 \
|
||||||
s_sincos-fma4 \
|
s_sincos-fma4 \
|
||||||
s_tan-fma4 \
|
s_tan-fma4 \
|
||||||
|
@ -106,10 +106,10 @@ CFLAGS-s_tan-fma4.c = -mfma4
|
||||||
CFLAGS-s_sincos-fma4.c = -mfma4
|
CFLAGS-s_sincos-fma4.c = -mfma4
|
||||||
|
|
||||||
libm-sysdep_routines += \
|
libm-sysdep_routines += \
|
||||||
|
e_atan2-avx \
|
||||||
e_exp-avx \
|
e_exp-avx \
|
||||||
e_log-avx \
|
e_log-avx \
|
||||||
s_atan-avx \
|
s_atan-avx \
|
||||||
e_atan2-avx \
|
|
||||||
s_sin-avx \
|
s_sin-avx \
|
||||||
s_sincos-avx \
|
s_sincos-avx \
|
||||||
s_tan-avx \
|
s_tan-avx \
|
||||||
|
|
|
@ -4,8 +4,8 @@ sysdep_routines += \
|
||||||
memchr-avx2 \
|
memchr-avx2 \
|
||||||
memchr-avx2-rtm \
|
memchr-avx2-rtm \
|
||||||
memchr-evex \
|
memchr-evex \
|
||||||
memchr-evex512 \
|
|
||||||
memchr-evex-rtm \
|
memchr-evex-rtm \
|
||||||
|
memchr-evex512 \
|
||||||
memchr-sse2 \
|
memchr-sse2 \
|
||||||
memcmp-avx2-movbe \
|
memcmp-avx2-movbe \
|
||||||
memcmp-avx2-movbe-rtm \
|
memcmp-avx2-movbe-rtm \
|
||||||
|
@ -37,8 +37,8 @@ sysdep_routines += \
|
||||||
rawmemchr-avx2 \
|
rawmemchr-avx2 \
|
||||||
rawmemchr-avx2-rtm \
|
rawmemchr-avx2-rtm \
|
||||||
rawmemchr-evex \
|
rawmemchr-evex \
|
||||||
rawmemchr-evex512 \
|
|
||||||
rawmemchr-evex-rtm \
|
rawmemchr-evex-rtm \
|
||||||
|
rawmemchr-evex512 \
|
||||||
rawmemchr-sse2 \
|
rawmemchr-sse2 \
|
||||||
stpcpy-avx2 \
|
stpcpy-avx2 \
|
||||||
stpcpy-avx2-rtm \
|
stpcpy-avx2-rtm \
|
||||||
|
|
Loading…
Add table
Reference in a new issue