From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QC8mG-0003CB-3b for qemu-devel@nongnu.org; Tue, 19 Apr 2011 07:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QC8mF-0005hI-DR for qemu-devel@nongnu.org; Tue, 19 Apr 2011 07:07:28 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:33500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QC8mF-0005hE-9t for qemu-devel@nongnu.org; Tue, 19 Apr 2011 07:07:27 -0400 Received: by vws17 with SMTP id 17so4949441vws.4 for ; Tue, 19 Apr 2011 04:07:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1303160412-8107-4-git-send-email-aurelien@aurel32.net> References: <1303160412-8107-1-git-send-email-aurelien@aurel32.net> <1303160412-8107-4-git-send-email-aurelien@aurel32.net> Date: Tue, 19 Apr 2011 12:07:26 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 03/20] softfloat: add floatx80 constants List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 18 April 2011 21:59, Aurelien Jarno wrote: > Add floatx80 constants similarly to float32 or float64. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell NB: I didn't actually check you got the ln2 value right :-) Also for x86 these constants are stored internally with a 66 bit mantissa and then rounded according to the current rounding mode, so strictly speaking using these values isn't always the right thing, but I think that's being overly picky for now. -- PMM