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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74141676cc..5262e57fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 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-double.c (FUNC_TEST): New macro. * math/test-float.c: Likewise. * math/test-idouble.c: Likewise. -- cgit v1.2.3