From a9708fed779ff4e61e07ec2eae78e5c0753e1222 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 7 Jan 2013 14:59:53 +0000 Subject: Fix casinh, casin overflow (bug 14996). --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e46e450c0..b5be823eef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-01-07 Joseph Myers + + [BZ #14996] + * math/s_casinh.c: Include . + (__casinh): Do not do computation with squaring and square root + for large arguments. + * math/s_casinhf.c: Include . + (__casinhf): Do not do computation with squaring and square root + for large arguments. + * math/s_casinhl.c: Include . + [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine. + (__casinhl): Do not do computation with squaring and square root + for large arguments. + * math/libm-test.inc (casin_test): Add more tests. + (casinh_test): Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2013-01-04 H.J. Lu * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed. -- cgit 1.4.1