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. --- math/auto-libm-test-in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/auto-libm-test-in') diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index ac5348f037..fafe96ff22 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 -- cgit 1.4.1