From b76dad153351f50f46ba283bb0da075b93e89838 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 21 Oct 2016 08:33:16 -0400 Subject: [PATCH] Configure: signbit scan assuming too much It was assuming a negative zero, which is an IEEE-754 only concept. There is no need to assume the negative zero for the correct functioning of the signbit, however. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 7c598e9..a68b670 100755 --- a/Configure +++ b/Configure @@ -18802,7 +18802,7 @@ $cat >try.c <