diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-02-27 21:12:09 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-02-27 21:12:09 +0530 |
commit | 1cadc85813d736f7682fa2eeadae639ab6b66c65 (patch) | |
tree | 888639c3cafe46a0abd42bcae297056041577e8e /ChangeLog | |
parent | f8c17e79fab13a3d1de976c1c3564df7f8c2a175 (diff) | |
download | glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.tar.gz glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.tar.xz glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.zip |
Fix sign of input to bsloww1 (BZ #16623)
In 84ba214c, I removed some redundant sign computations and in the process, I incorrectly got rid of a temporary variable, thus passing the absolute value of the input to bsloww1. This caused #16623. This fix undoes the incorrect change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7a64c5e6af..ab2fd20a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #16623] + * math/auto-libm-test-in: New test inputs. + * math/auto-libm-test-out: Regenerate. + * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A + and DA. + (__cos): Likewise. + * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate. + 2014-02-27 Joseph Myers <joseph@codesourcery.com> * scripts/evaluate-test.sh: Take new argument indicating whether |