about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-15 19:48:17 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-15 19:48:17 +0000
commit3608cb241eda6252507596cdbbfa914ddd71538a (patch)
tree9cc4f1203f79745476e26dd0531f237960628b5c /ChangeLog
parent1deff3dca1b11fd7089bb641f6ee99adedeb8d0b (diff)
downloadglibc-3608cb241eda6252507596cdbbfa914ddd71538a.tar.gz
glibc-3608cb241eda6252507596cdbbfa914ddd71538a.tar.xz
glibc-3608cb241eda6252507596cdbbfa914ddd71538a.zip
Convert TEST_f_l tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bdeaafb87..a22b803bf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2013-05-15  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc (struct test_f_l_data): New type.
+	(RUN_TEST_LOOP_f_l): New macro.
+	(lrint_test_data): New variable.
+	(lrint_test): Run tests with RUN_TEST_LOOP_f_l.
+	(lrint_tonearest_test_data): New variable.
+	(lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
+	(lrint_towardzero_test_data): New variable.
+	(lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
+	(lrint_downward_test_data): New variable.
+	(lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
+	(lrint_upward_test_data): New variable.
+	(lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
+	(lround_test_data): New variable.
+	(lround_test): Run tests with RUN_TEST_LOOP_f_l.
+
 2013-05-15  Peter Collingbourne  <pcc@google.com>
 
 	* sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.