From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPfce-0006RW-Qd for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:17:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPfcd-0002Mn-7h for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:17:12 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:45803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPfcc-0002MW-To for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:17:11 -0500 Date: Mon, 6 Dec 2010 13:17:08 -0500 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 07/10] ARM: Return correct result for single<->double conversion of NaN Message-ID: <20101206181707.GJ25904@nightcrawler> References: <1291654811-29863-1-git-send-email-peter.maydell@linaro.org> <1291654811-29863-8-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1291654811-29863-8-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Mon, Dec 06, 2010 at 05:00:08PM +0000, Peter Maydell wrote: > The ARM ARM defines that if the input to a single<->double conversion > is a NaN then the output is always forced to be a quiet NaN by setting > the most significant bit of the fraction part. > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan