NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/47535 CVS commit: src/lib/libc/arch/sparc64/softfloat



The following reply was made to PR port-sparc64/47535; it has been noted by 
GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: PR/47535 CVS commit: src/lib/libc/arch/sparc64/softfloat
Date: Fri, 15 Feb 2013 10:26:08 +0100

 On Fri, Feb 15, 2013 at 09:25:06AM +0000, Martin Husemann wrote:
 > The following reply was made to PR port-sparc64/47535; it has been noted by 
 > GNATS.
 > 
 > From: "Martin Husemann" <martin%netbsd.org@localhost>
 > To: gnats-bugs%gnats.NetBSD.org@localhost
 > Cc: 
 > Subject: PR/47535 CVS commit: src/lib/libc/arch/sparc64/softfloat
 > Date: Fri, 15 Feb 2013 09:24:06 +0000
 > 
 >  Module Name:        src
 >  Committed By:       martin
 >  Date:               Fri Feb 15 09:24:05 UTC 2013
 >  
 >  Modified Files:
 >      src/lib/libc/arch/sparc64/softfloat: qp.c
 >  
 >  Log Message:
 >  Make all conversions from 128bit (long double) floats to integral types
 >  use rounding towards zero (casts to int/long are not affected by current
 >  rounding mode).
 >  Fixes PR port-sparc64/47535.
 
 For the record: this was the real fix, the previous try (use floor() in
 sqlite) has been backed out.
 
 Martin
 


Home | Main Index | Thread Index | Old Index