about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-06 22:05:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-06 22:05:33 +0000
commit09492277f1084544749cf63120bb3e8764dc9571 (patch)
treeb6998c249684761e153b30d908ceebcc2278acce /ChangeLog
parent3b7aa5bf59c59adccc1c883840db59926bbfc6de (diff)
downloadglibc-09492277f1084544749cf63120bb3e8764dc9571.tar.gz
glibc-09492277f1084544749cf63120bb3e8764dc9571.tar.xz
glibc-09492277f1084544749cf63120bb3e8764dc9571.zip
Use same test inputs for lrint and llrint.
This patch makes lrint and llrint use the same test inputs in
libm-test.inc, appropriately conditioned on LONG_MAX in the lrint
case.

Tested for x86_64 and x86.

	* math/libm-test.inc (lrint_test_data): Add tests used for llrint.
	(llrint_test_data): Add tests used for lrint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2447be7c5b..cb03807adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (lrint_test_data): Add tests used for llrint.
+	(llrint_test_data): Add tests used for lrint.
+
 	* sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
 	test.
 	* sysdeps/i386/configure: Regenerated.