From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34575 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdQxg-0003SQ-AY for qemu-devel@nongnu.org; Thu, 13 Jan 2011 12:27:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdQxf-0000Da-Fo for qemu-devel@nongnu.org; Thu, 13 Jan 2011 12:27:48 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:42665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdQxf-0000DJ-7T for qemu-devel@nongnu.org; Thu, 13 Jan 2011 12:27:47 -0500 Date: Thu, 13 Jan 2011 09:27:46 -0800 From: Nathan Froyd Message-ID: <20110113172746.GN6247@codesourcery.com> References: <1294857768-22871-1-git-send-email-aurelien@aurel32.net> <1294857768-22871-2-git-send-email-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1294857768-22871-2-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] Re: [PATCH 2/2] target-ppc: fix wrong NaN tests List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Peter Maydell , qemu-devel@nongnu.org, Alexander Graf On Wed, Jan 12, 2011 at 07:42:48PM +0100, Aurelien Jarno wrote: > Some tests in FPU emulation code were wrongly using float64_is_nan() > before commit 185698715dfb18c82ad2a5dbc169908602d43e81, and wrongly > using float64_is_quiet_nan() after. Fix them by using float64_is_any_nan() > instead. > > Cc: Alexander Graf > Cc: Peter Maydell > Cc: Nathan Froyd > Signed-off-by: Aurelien Jarno Reviewed-by: Nathan Froyd -Nathan