aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-12-16 05:49:43 +0800
committerH.J. Lu <hjl.tools@gmail.com>2024-12-16 05:51:02 +0800
commit57a44f27c4e204745bb9951b183c471394a7ffe8 (patch)
tree308aabb424b71fdec8b5ddd0fedfec2c31d51099
parent07e3eb17744fd0275d232c2ae2f888b91bbb672b (diff)
downloadglibc-57a44f27c4e204745bb9951b183c471394a7ffe8.zip
glibc-57a44f27c4e204745bb9951b183c471394a7ffe8.tar.gz
glibc-57a44f27c4e204745bb9951b183c471394a7ffe8.tar.bz2
sysdeps/x86/fpu/Makefile: Split and sort tests
Split and sort tests in sysdeps/x86/fpu/Makefile. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r--sysdeps/x86/fpu/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysdeps/x86/fpu/Makefile b/sysdeps/x86/fpu/Makefile
index 600e42c..f88a499 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