aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.n.senkevich@gmail.com>2015-05-14 17:14:45 +0300
committerAndrew Senkevich <andrew.n.senkevich@gmail.com>2015-05-14 18:07:06 +0300
commit58c50f06aacd84787cbe3ed315b10d3976b56612 (patch)
treee7baca9f377f9468d69cecd827f510acaff518ba /ChangeLog
parenta6cdcd75dca8d57aaf1d7f8952bac374da7adc91 (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5262e57..acf630e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.