]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix sign of input to bsloww1 (BZ #16623)
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 27 Feb 2014 15:59:16 +0000 (21:29 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 27 Feb 2014 15:59:16 +0000 (21:29 +0530)
commitffe768a90912f9bce43b70a82576b3dc99e3121c
treee5b2d4c110c959fdd21974d2afde892823eec049
parentac0b347743833452b8ff56cb94eab5da95136b70
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.
ChangeLog
NEWS
sysdeps/ieee754/dbl-64/s_sin.c