From a6cdcd75dca8d57aaf1d7f8952bac374da7adc91 Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Thu, 14 May 2015 17:11:50 +0300 Subject: Refactoring of START for conditions in individual tests and addition of macros used for runtime architecture check. 2015-05-14 Andrew Senkevich * 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. --- math/test-ldouble.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math/test-ldouble.c') diff --git a/math/test-ldouble.c b/math/test-ldouble.c index 20bf0a16cf..97effb69e1 100644 --- a/math/test-ldouble.c +++ b/math/test-ldouble.c @@ -26,6 +26,7 @@ #define PRINTF_XEXPR "La" #define PRINTF_NEXPR "Lf" #define TEST_LDOUBLE 1 +#define TEST_MATHVEC 0 #ifndef __NO_MATH_INLINES # define __NO_MATH_INLINES -- cgit v1.2.3