From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjl2F-0007d6-IE for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zjl2B-0001ME-FB for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:29:19 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:34366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjl2B-0001Lh-8o for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:29:15 -0400 Received: by padhy16 with SMTP id hy16so16381828pad.1 for ; Wed, 07 Oct 2015 02:29:14 -0700 (PDT) Sender: Richard Henderson References: From: Richard Henderson Message-ID: <5614E5E3.3050405@twiddle.net> Date: Wed, 7 Oct 2015 20:29:07 +1100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] temp-floating-point: Use make_float32/64 and float32/64_val for the input register values List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Peter Maydell , Chris Metcalf Cc: qemu-devel On 10/07/2015 01:56 AM, Chen Gang wrote: >>>From 3655bbab04063bc0878510ab260832c7a6a2a925 Mon Sep 17 00:00:00 2001 > From: Chen Gang > Date: Tue, 6 Oct 2015 21:45:11 +0800 > Subject: [PATCH v2] temp-floating-point: Use make_float32/64 and float32/64_val for the input register values > > Original implementation use int*_to_float32 and float32_to_int*, which > will generate incorrect result. > > Also remove t_to_float64 and float64_to_t, use make_float64 and float64 > instead of. > > Signed-off-by: Chen Gang > --- > target-tilegx/fpu_helper.c | 63 +++++++++++----------------------------------- > 1 file changed, 15 insertions(+), 48 deletions(-) This is relative to... what? The v1 patch? r~