delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/08/24/12:30:22

X-Spam-Check-By: sourceware.org
Reply-To: <newlib AT sourceware DOT org>
From: "Dave Korn" <dave DOT korn AT artimi DOT com>
To: <newlib AT sourceware DOT org>
Cc: <cygwin AT cygwin DOT com>
References: <19c433eb0708240916t48556c38k563ada260702e1fd AT mail DOT gmail DOT com>
Subject: RE: Problem with lroundf()
Date: Fri, 24 Aug 2007 17:29:29 +0100
Message-ID: <02f101c7e66b$f1ba3530$2e08a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <19c433eb0708240916t48556c38k563ada260702e1fd@mail.gmail.com>
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l7OGTrbk003413

On 24 August 2007 17:16, François-Xavier Coudert wrote:

> Hi all,
> 
> I think the following exhibits a bug in the lroundf() routine:

  Gahh, it's entirely likely, we keep finding cruft and corner cases in the fp
math.  Cygwin's maths routines come from newlib; post redirected there and
fups-to set.

 
> $ cat a.c
> #include <math.h>
> #include <stdio.h>
> 
> int main (void) {
>   printf ("%d\n", (int) lroundf(0.7));
> }
> 
> $ gcc a.c && ./a.exe
> 0
> 
> The result of lroundf(0.7) should be 1, not 0. If lround() is used
> instead of lroundf(), then it's working OK.
> 
> I didn't file a PR in bugzilla because the bug report instructions say
> to send a mail to this list, but I can open one if need be.
> 
> Thanks,
> FX

  Might get some spare time over the weekend to look at this with you, might not.
Sorry I can't be more certain.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019