From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA2De-0007wb-IH for qemu-devel@nongnu.org; Wed, 13 Apr 2011 11:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA2DY-0002nL-Px for qemu-devel@nongnu.org; Wed, 13 Apr 2011 11:43:02 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:61056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA2DY-0002nB-Ng for qemu-devel@nongnu.org; Wed, 13 Apr 2011 11:42:56 -0400 Received: by vws17 with SMTP id 17so645864vws.4 for ; Wed, 13 Apr 2011 08:42:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DA5C372.5090807@twiddle.net> References: <1302645571-20500-1-git-send-email-aurelien@aurel32.net> <1302645571-20500-9-git-send-email-aurelien@aurel32.net> <4DA5C372.5090807@twiddle.net> Date: Wed, 13 Apr 2011 16:42:55 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, Aurelien Jarno On 13 April 2011 16:38, Richard Henderson wrote: > [ Odd, the original thread doesn't seem to have arrived here. ] > > On 04/13/2011 07:52 AM, Peter Maydell wrote: >> So I think you want the _quiet version here. (And helper_cmpteq >> needs to use float64_eq_quiet rather than float64_eq.) > > Yes, the _quiet version is what's needed for all comparisons. Really all comparisons, including CMPTLT, CMPTLE? > (It looks like some of the Alpha code can be cleaned up a bit. > I don't recall flush_inputs_to_zero option being there before, > and we do that by hand in helper_ieee_input*.) Yes, I added that softfloat feature for the benefit of ARM's flush-to-zero mode. -- PMM