From 1cadc85813d736f7682fa2eeadae639ab6b66c65 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 27 Feb 2014 21:12:09 +0530 Subject: 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a64c5e6af..ab2fd20a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-02-27 Siddhesh Poyarekar + + [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 * scripts/evaluate-test.sh: Take new argument indicating whether -- cgit 1.4.1