]> git.ipfire.org Git - thirdparty/glibc.git/commit
Refactoring of START for conditions in individual tests
authorAndrew Senkevich <andrew.senkevich@intel.com>
Tue, 28 Apr 2015 10:48:22 +0000 (13:48 +0300)
committerAndrew Senkevich <andrew.n.senkevich@gmail.com>
Tue, 28 Apr 2015 10:48:22 +0000 (13:48 +0300)
commita0f4fa7b6e9f574f554e223b1bd02c6083256c45
tree7718e8bed6cb68bb693af2c8437499b01da1f110
parent0d7660a2fc79b2afca5047a709c5968c77a09e8c
Refactoring of START for conditions in individual tests
and addition of macros used for runtime architecture check.

2015-04-28  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.
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]