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 /math/auto-libm-test-in | |
parent | f8c17e79fab13a3d1de976c1c3564df7f8c2a175 (diff) | |
download | glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.zip glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.tar.gz glibc-1cadc85813d736f7682fa2eeadae639ab6b66c65.tar.bz2 |
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 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index ac5348f..fafe96f 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -594,6 +594,7 @@ cos 0x1.0000010b239a9p0 cos 0x1.00000162a932bp0 cos 0x1.000002d452a10p0 cos 0x1.000005bc7d86dp0 +cos 0x1.200145a975ce6p32 cos 1 cos 2 cos 3 @@ -1748,6 +1749,7 @@ sin 7 sin 8 sin 9 sin 10 +sin 0x1.2001469775ce6p32 sincos 0 sincos -0 |