From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUr4-0006HM-1Y for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:41:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCUr3-0000fF-70 for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:41:54 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:40081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUr3-0000NN-4u for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:41:53 -0400 Received: by mail-vw0-f45.google.com with SMTP id 17so526047vws.4 for ; Wed, 20 Apr 2011 03:41:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1303294329-22634-18-git-send-email-aurelien@aurel32.net> References: <1303294329-22634-1-git-send-email-aurelien@aurel32.net> <1303294329-22634-18-git-send-email-aurelien@aurel32.net> Date: Wed, 20 Apr 2011 11:41:51 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 17/20] target-i386: fix logarithmic and trigonometric helpers wrt softfloat List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 20 April 2011 11:12, Aurelien Jarno wrote: > Use the new CPU86_LDouble <-> double conversion functions to make logarit= hmic > and trigonometric helpers working with softfloat. > > Signed-off-by: Aurelien Jarno > --- > =C2=A0target-i386/op_helper.c | =C2=A0 52 +++++++++++++++++++++++--------= --------------- > =C2=A01 files changed, 26 insertions(+), 26 deletions(-) > > v1 -> v2: use floatx_one instead of double_to_CPU86_LDouble(1.0) Reviewed-by: Peter Maydell -- PMM