diff options
Diffstat (limited to 'math')
| -rw-r--r-- | math/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index a9f29d6b5b..9f8024c86c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1062,7 +1062,8 @@ endif libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \ - -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas + $(test-config-cflags-float-store) \ + -D_OPENMP=201307 -Wno-unknown-pragmas CFLAGS-test-double-vlen4-wrappers.c += $(double-vlen4-arch-ext-cflags) @@ -1078,7 +1079,8 @@ CFLAGS-test-float-vlen16-wrappers.c += $(float-vlen16-arch-ext-cflags) # raise spurious exceptions for sNaNs, but also do not test for # exceptions. Thus both versions of the classification macros are # validated. -libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \ +libm-test-no-inline-cflags = -fno-inline -fno-builtin \ + $(test-config-cflags-float-store) \ $(config-cflags-signaling-nans) CFLAGS-test-tgmath.c += -fno-builtin # The following testcase uses very long lines (>3 million), so it may take a |
