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-ifloat.c | |
parent | ee9716019d04ad3f3024670a48cddf4e807ced34 (diff) | |
download | glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.tar glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.tar.gz glibc-a6cdcd75dca8d57aaf1d7f8952bac374da7adc91.tar.bz2 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-ifloat.c')
-rw-r--r-- | math/test-ifloat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-ifloat.c b/math/test-ifloat.c index 57a7a7716f..74e8e4b1b8 100644 --- a/math/test-ifloat.c +++ b/math/test-ifloat.c @@ -26,6 +26,7 @@ #define PRINTF_XEXPR "a" #define PRINTF_NEXPR "f" #define TEST_FLOAT 1 +#define TEST_MATHVEC 0 #define TEST_INLINE 1 #ifdef __NO_MATH_INLINES |