aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-12 21:07:58 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-12 21:07:58 +0000
commit4f184d30cba4910b955c386ccfdaac42de2a510b (patch)
tree3f9635353d12c3c7865269bc9b11a3de03277e0f /ChangeLog
parent081988778fc49d34e43b665c562ed98818f78045 (diff)
downloadglibc-4f184d30cba4910b955c386ccfdaac42de2a510b.tar
glibc-4f184d30cba4910b955c386ccfdaac42de2a510b.tar.gz
glibc-4f184d30cba4910b955c386ccfdaac42de2a510b.tar.bz2
glibc-4f184d30cba4910b955c386ccfdaac42de2a510b.zip
Convert TEST_fff_f tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8831884e7c..3ce6aa54d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2013-05-12 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (struct test_fff_f_data): New type.
+ (RUN_TEST_LOOP_fff_f): New macro.
+ (fma_test_data): New variable.
+ (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
+ (fma_towardzero_test_data): New variable.
+ (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
+ (fma_downward_test_data): New variable.
+ (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
+ (fma_upward_test_data): New variable.
+ (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
+
* math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
(struct test_c_c_data): New type.
(RUN_TEST_LOOP_c_c): New macro.