diff options
author | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 17:14:45 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 18:07:06 +0300 |
commit | 58c50f06aacd84787cbe3ed315b10d3976b56612 (patch) | |
tree | e7baca9f377f9468d69cecd827f510acaff518ba /ChangeLog | |
parent | a6cdcd75dca8d57aaf1d7f8952bac374da7adc91 (diff) | |
download | glibc-58c50f06aacd84787cbe3ed315b10d3976b56612.zip glibc-58c50f06aacd84787cbe3ed315b10d3976b56612.tar.gz glibc-58c50f06aacd84787cbe3ed315b10d3976b56612.tar.bz2 |
Last part of changes regarding to libm-test.inc: addition
of method for separation which exactly testing function needed to run with
help of generated during make check header with series of conditional
definitions.
2015-05-14 Andrew Senkevich <andrew.senkevich@intel.com>
* math/gen-libm-have-vector-test.sh: Script generates series of macros
for conditions in testing functions.
* math/Makefile: Added call of libm-have-vector-test.sh.
* math/libm-test.inc (HAVE_VECTOR): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-05-14 Andrew Senkevich <andrew.senkevich@intel.com> + * math/gen-libm-have-vector-test.sh: Script generates series of macros + for conditions in testing functions. + * math/Makefile: Added call of libm-have-vector-test.sh. + * math/libm-test.inc (HAVE_VECTOR): New macros. + * math/libm-test.inc: START refactored. * math/test-double.c (TEST_MATHVEC): Add define. * math/test-float.c: Likewise. |