From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUpT-0004OX-Sg for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCUpS-0000F4-VY for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:40:15 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:51764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUpS-0000Ex-TM for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:40:14 -0400 Received: by vxb41 with SMTP id 41so472952vxb.4 for ; Wed, 20 Apr 2011 03:40:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1303294329-22634-5-git-send-email-aurelien@aurel32.net> References: <1303294329-22634-1-git-send-email-aurelien@aurel32.net> <1303294329-22634-5-git-send-email-aurelien@aurel32.net> Date: Wed, 20 Apr 2011 11:40:14 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 04/20] softfloat: add pi constants 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:11, Aurelien Jarno wrote: > Add a pi constant for float32, float64, floatx80. It will be used by > target-i386 and later by the trigonometric functions. > > Signed-off-by: Aurelien Jarno > --- > =C2=A0fpu/softfloat.h | =C2=A0 =C2=A03 +++ > =C2=A01 files changed, 3 insertions(+), 0 deletions(-) > > v1 -> v2: fix typo creating a float64 constant with make_float32 Reviewed-by: Peter Maydell -- PMM