diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:31:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:31:16 +0000 |
commit | ea3bc4e821e20e70b093c9a33e54f99c79e0d847 (patch) | |
tree | 822fa8b196e69580a4f4c9fb4eb63bd0ddbe6147 /ChangeLog | |
parent | 0712c9d861f4e861313a7f9fad06609bd1afb263 (diff) | |
download | glibc-ea3bc4e821e20e70b093c9a33e54f99c79e0d847.tar.gz glibc-ea3bc4e821e20e70b093c9a33e54f99c79e0d847.tar.xz glibc-ea3bc4e821e20e70b093c9a33e54f99c79e0d847.zip |
Fix x86 sqrt rounding (bug 14032).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index faf1c8df28..25e7725bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2013-11-29 Joseph Myers <joseph@codesourcery.com> + [BZ #14032] + * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with + precision control set to double precision. + * sysdeps/i386/fpu/w_sqrt.c: New file. + * math/auto-libm-test-in: Add more tests. + * math/auto-libm-test-out: Update. + * math/libm-test.inc (sqrt_tonearest_test_data): New variable. (sqrt_test_tonearest): New function. (sqrt_towardzero_test_data): New variable. |