Refactoring of START for conditions in individual tests
authorAndrew Senkevich <andrew.n.senkevich@gmail.com>
Thu, 14 May 2015 14:11:50 +0000 (17:11 +0300)
committerAndrew Senkevich <andrew.n.senkevich@gmail.com>
Thu, 14 May 2015 15:07:06 +0000 (18:07 +0300)
commita6cdcd75dca8d57aaf1d7f8952bac374da7adc91
tree5a0dfd8afec3a274d559b54a10c16b2dfd646bc3
parentee9716019d04ad3f3024670a48cddf4e807ced34
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.
ChangeLog
math/libm-test.inc
math/test-double.c
math/test-float.c
math/test-idouble.c
math/test-ifloat.c
math/test-ildoubl.c
math/test-ldouble.c
sysdeps/generic/math-tests-arch.h [new file with mode: 0644]