From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44099 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaSka-0001oA-0a for qemu-devel@nongnu.org; Wed, 05 Jan 2011 07:46:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaSkY-00079A-TV for qemu-devel@nongnu.org; Wed, 05 Jan 2011 07:45:59 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:33545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaSkY-00078p-Ls for qemu-devel@nongnu.org; Wed, 05 Jan 2011 07:45:58 -0500 Date: Wed, 5 Jan 2011 04:45:55 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 6/6] target-ppc: Implement correct NaN propagation rules Message-ID: <20110105124554.GX6247@codesourcery.com> References: <1294065273-30274-1-git-send-email-aurelien@aurel32.net> <1294065273-30274-7-git-send-email-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1294065273-30274-7-git-send-email-aurelien@aurel32.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org, Alexander Graf On Mon, Jan 03, 2011 at 03:34:33PM +0100, Aurelien Jarno wrote: > Implement the correct NaN propagation rules for ARM targets by > providing an appropriate pickNaN function. > > Also fix the #ifdef tests for default NaN definition, the correct name > is TARGET_PPC instead of TARGET_POWERPC. Reviewed-by: Nathan Froyd > + * A signaling NaN is always quietened before returning it. I think "silenced" is more natural here, but I can understand preferring "quiet" in keeping with NaN terminology. -Nathan