about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-11-29 16:28:47 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-11-29 16:28:47 +0000
commit0712c9d861f4e861313a7f9fad06609bd1afb263 (patch)
treebb4970ef29798e1cb61bf75dcbb4c5eb7b9b3980 /ChangeLog
parentffb536d0ac914a110c160c48d01097d132e20531 (diff)
downloadglibc-0712c9d861f4e861313a7f9fad06609bd1afb263.tar.gz
glibc-0712c9d861f4e861313a7f9fad06609bd1afb263.tar.xz
glibc-0712c9d861f4e861313a7f9fad06609bd1afb263.zip
Test sqrt in all rounding modes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f5b2766b0..faf1c8df28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (sqrt_tonearest_test_data): New variable.
+	(sqrt_test_tonearest): New function.
+	(sqrt_towardzero_test_data): New variable.
+	(sqrt_test_towardzero): New function.
+	(sqrt_downward_test_data): New variable.
+	(sqrt_test_downward): New function.
+	(sqrt_upward_test_data): New variable.
+	(sqrt_test_upward): New function.
+	(main): Call the new functions.
+
 	* math/gen-auto-libm-tests.c: New file.
 	* math/auto-libm-test-in: Likewise.
 	* math/auto-libm-test-out: New generated file.