NetBSD-Bugs archive

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

PR/48131 CVS commit: src/sys/sys



The following reply was made to PR lib/48131; it has been noted by GNATS.

From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= <gsutre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48131 CVS commit: src/sys/sys
Date: Thu, 5 Sep 2013 21:00:15 +0000

 Module Name:   src
 Committed By:  gsutre
 Date:          Thu Sep  5 21:00:15 UTC 2013
 
 Modified Files:
        src/sys/sys: cdefs.h
 
 Log Message:
 Implement __negative_p without floating-point arithmetic, using
 a solution proposed by jxh on Stack Overflow.  Fixes the second
 half of PR lib/48131.
 
 While there, simplify __type_fit_u by using the same logic
 as in __type_fit_s.
 
 ok christos@
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.108 -r1.109 src/sys/sys/cdefs.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index