diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-06 22:41:49 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-06 22:41:49 +0000 |
commit | a68dec3b03b9c163ad79192cbe837208b2f90de1 (patch) | |
tree | f88ff664d413203bd75b6ba9883350f610c191a0 /ChangeLog | |
parent | 09492277f1084544749cf63120bb3e8764dc9571 (diff) | |
download | glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar.gz glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar.bz2 glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.zip |
Add more tests of lrint, llrint, lround, llround.
This patch adds more tests of lrint, llrint, lround and llround, to
cover various standard special cases not previously covered, and more
tests of overflow.
Tested for x86_64 and x86.
* math/libm-test.inc (lrint_test_data): Add more tests.
(llrint_test_data): Likewise.
(lround_test_data): Likewise.
(llround_test_data): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-10-06 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (lrint_test_data): Add more tests. + (llrint_test_data): Likewise. + (lround_test_data): Likewise. + (llround_test_data): Likewise. + * math/libm-test.inc (lrint_test_data): Add tests used for llrint. (llrint_test_data): Add tests used for lrint. |