From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTwVw-0001QF-Dm for qemu-devel@nongnu.org; Sat, 18 Dec 2010 08:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTwVv-0005Mq-CZ for qemu-devel@nongnu.org; Sat, 18 Dec 2010 08:07:56 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:54452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTwVv-0005Mg-2n for qemu-devel@nongnu.org; Sat, 18 Dec 2010 08:07:55 -0500 Date: Sat, 18 Dec 2010 08:07:49 -0500 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() Message-ID: <20101218130748.GO25059@nightcrawler> References: <1292601366-990-1-git-send-email-peter.maydell@linaro.org> <5C19C2AC-87D5-4C9E-8D8D-E2FEC4AC89F5@web.de> <20101218023011.GN25059@nightcrawler> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Edgar E. Iglesias" , Andreas =?iso-8859-1?Q?F=E4rber?= , qemu-devel@nongnu.org On Sat, Dec 18, 2010 at 10:39:05AM +0000, Peter Maydell wrote: > On 18 December 2010 02:30, Nathan Froyd wrote: > > So adding _t suffixes in appropriate places should be a no-op, except > > for uint16/int16--and those types are never used. > > Eh? If you comment out the int16 typedef you'll find softfloat.c > doesn't compile because of all the places it's used... (uint16 > isn't used, though.) Sorry about that, I fail at grepping late at night. =/ -Nathan