RE: lrint() incorrect results.

2005-06-26 Thread Dave Korn
Original Message >From: Luke Hutchinson >Sent: 04 June 2005 17:59 > lrint() does not appear to be working correctly under Cygwin. > > The following simple test program compiled with g++ 3.3.3 demonstrates the > problem. Fix available at http://sourceware.org/ml/newlib/2005/msg00341.

RE: lrint() incorrect results.

2005-06-13 Thread Dave Korn
Original Message >From: Luke Hutchinson >Sent: 04 June 2005 18:27 > Is there any particular reason the same inline functions as defined in the > MinGW header files are not used? They work correctly, and being inlined, > are more efficient. Well, the main reason is that cygwin uses new

Re: lrint() incorrect results.

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 05:09:01PM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 04 June 2005 18:14 > >>Seems to be YA newlib problem. >> >>Dave Korn, can I press you into service to look at this since you've >>previously demonstrated such amazing adeptness wi

RE: lrint() incorrect results.

2005-06-06 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 04 June 2005 18:14 > Seems to be YA newlib problem. > > Dave Korn, can I press you into service to look at this since you've > previously demonstrated such amazing adeptness with newlib? :-) > > cgf Yep, I'll certainly take a look

Re: lrint() incorrect results.

2005-06-04 Thread Luke Hutchinson
Is there any particular reason the same inline functions as defined in the MinGW header files are not used? They work correctly, and being inlined, are more efficient. _ SEEK: Over 80,000 jobs across all industries at Australia's

Re: lrint() incorrect results.

2005-06-04 Thread Christopher Faylor
On Sun, Jun 05, 2005 at 02:58:34AM +1000, Luke Hutchinson wrote: >lrint() does not appear to be working correctly under Cygwin. > >The following simple test program compiled with g++ 3.3.3 demonstrates the >problem. > >#include >#include > >int main(void) { > std::cout << "lrintf(0.5f)\t" <<