diff options
author | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 17:11:50 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 18:07:06 +0300 |
commit | a6cdcd75dca8d57aaf1d7f8952bac374da7adc91 (patch) | |
tree | 5a0dfd8afec3a274d559b54a10c16b2dfd646bc3 /math/test-ildoubl.c | |
parent | ee9716019d04ad3f3024670a48cddf4e807ced34 (diff) | |
download | glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.tar.gz glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.tar.xz glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.zip |
Refactoring of START for conditions in individual tests
and addition of macros used for runtime architecture check. 2015-05-14 Andrew Senkevich <andrew.senkevich@intel.com> * math/libm-test.inc: START refactored. * math/test-double.c (TEST_MATHVEC): Add define. * math/test-float.c: Likewise. * math/test-idouble.c: Likewise. * math/test-ifloat.c: Likewise. * math/test-ildoubl.c: Likewise. * math/test-ldouble.c: Likewise. * sysdeps/generic/math-tests-arch.h (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime architecture check.
Diffstat (limited to 'math/test-ildoubl.c')
-rw-r--r-- | math/test-ildoubl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-ildoubl.c b/math/test-ildoubl.c index c38a109a58..f90a9baff0 100644 --- a/math/test-ildoubl.c +++ b/math/test-ildoubl.c @@ -27,6 +27,7 @@ #define PRINTF_NEXPR "Lf" #define TEST_INLINE #define TEST_LDOUBLE 1 +#define TEST_MATHVEC 0 #ifdef __NO_MATH_INLINES # undef __NO_MATH_INLINES |