From: H.J. Lu Date: Sun, 15 Dec 2024 21:49:43 +0000 (+0800) Subject: sysdeps/x86/fpu/Makefile: Split and sort tests X-Git-Tag: glibc-2.41~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a44f27c4e204745bb9951b183c471394a7ffe8;p=thirdparty%2Fglibc.git sysdeps/x86/fpu/Makefile: Split and sort tests Split and sort tests in sysdeps/x86/fpu/Makefile. Signed-off-by: H.J. Lu --- diff --git a/sysdeps/x86/fpu/Makefile b/sysdeps/x86/fpu/Makefile index 600e42c3db..f88a4998c0 100644 --- a/sysdeps/x86/fpu/Makefile +++ b/sysdeps/x86/fpu/Makefile @@ -3,8 +3,13 @@ ifeq ($(subdir),math) CPPFLAGS += -I../soft-fp libm-support += powl_helper -tests += test-fenv-sse test-fenv-clear-sse test-fenv-x87 test-fenv-sse-2 \ - test-flt-eval-method-387 test-flt-eval-method-sse +tests += \ + test-fenv-clear-sse \ + test-fenv-sse \ + test-fenv-x87 test-fenv-sse-2 \ + test-flt-eval-method-387 \ + test-flt-eval-method-sse \ +# tests CFLAGS-test-fenv-sse.c += -msse2 -mfpmath=sse CFLAGS-test-fenv-clear-sse.c += -msse2 -mfpmath=sse CFLAGS-test-fenv-sse-2.c += -msse2 -mfpmath=sse