mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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>
This commit is contained in:
parent
07e3eb1774
commit
57a44f27c4
1 changed files with 7 additions and 2 deletions
|
@ -3,8 +3,13 @@ ifeq ($(subdir),math)
|
||||||
CPPFLAGS += -I../soft-fp
|
CPPFLAGS += -I../soft-fp
|
||||||
|
|
||||||
libm-support += powl_helper
|
libm-support += powl_helper
|
||||||
tests += test-fenv-sse test-fenv-clear-sse test-fenv-x87 test-fenv-sse-2 \
|
tests += \
|
||||||
test-flt-eval-method-387 test-flt-eval-method-sse
|
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-sse.c += -msse2 -mfpmath=sse
|
||||||
CFLAGS-test-fenv-clear-sse.c += -msse2 -mfpmath=sse
|
CFLAGS-test-fenv-clear-sse.c += -msse2 -mfpmath=sse
|
||||||
CFLAGS-test-fenv-sse-2.c += -msse2 -mfpmath=sse
|
CFLAGS-test-fenv-sse-2.c += -msse2 -mfpmath=sse
|
||||||
|
|
Loading…
Add table
Reference in a new issue