diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-15 19:48:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-15 19:48:17 +0000 |
commit | 3608cb241eda6252507596cdbbfa914ddd71538a (patch) | |
tree | 9cc4f1203f79745476e26dd0531f237960628b5c /ChangeLog | |
parent | 1deff3dca1b11fd7089bb641f6ee99adedeb8d0b (diff) | |
download | glibc-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-- | ChangeLog | 17 |
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. |