diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-31 20:44:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-31 20:44:59 +0000 |
commit | 16a0e2ec87f104961b88173fe8c96f9348850b0d (patch) | |
tree | afcb3c9f59e4f7b556a3fb05f6aebf75bf4bd858 /ChangeLog | |
parent | 0eb69512575e1e2ccfec4c4489fa3fb6201d38d1 (diff) | |
download | glibc-16a0e2ec87f104961b88173fe8c96f9348850b0d.tar.gz |
Fix ldbl-128ibm atan2l for x near 1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-10-31 Joseph Myers <joseph@codesourcery.com> + [BZ #14610] + * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check + for low part of x being zero before using __atanl (y). + * math/libm-test.inc (atan2_test): Add another test. + * manual/install.texi (Configuring and compiling): Document general use of test-wrapper and test-wrapper-env. * INSTALL: Regenerated. |