Re: Minor bug in src/port/rint.c - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Minor bug in src/port/rint.c
Date
Msg-id 4793C6F8.8010901@hagander.net
Whole thread Raw
In response to Re: Minor bug in src/port/rint.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Tom Lane wrote:
>>> Considering that probably every modern platform has rint(), I doubt
>>> it's worth spending time on our stopgap version to try to make it
>>> fully IEEE-compliant ...
> 
>> Except win32.
> 
> Hasn't it got something equivalent?  This is IEEE-required behavior
> I think.

Quite possibly - I haven't looked for it. I just added port/rint.c when 
it was missing that one.

Something for the list of things to investigate, I guess...

//Magnus


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Minor bug in src/port/rint.c
Next
From: Teodor Sigaev
Date:
Subject: Re: message string fixes