From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdLh-0004M9-7q for qemu-devel@nongnu.org; Mon, 23 May 2011 18:11:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOdLg-0000Ie-DY for qemu-devel@nongnu.org; Mon, 23 May 2011 18:11:41 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:64194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdLg-0000IZ-4q for qemu-devel@nongnu.org; Mon, 23 May 2011 18:11:40 -0400 Received: by iwl42 with SMTP id 42so6165066iwl.4 for ; Mon, 23 May 2011 15:11:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1306186971-9528-7-git-send-email-aurelien@aurel32.net> References: <1306186971-9528-1-git-send-email-aurelien@aurel32.net> <1306186971-9528-7-git-send-email-aurelien@aurel32.net> Date: Mon, 23 May 2011 23:11:39 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 6/9] target-i386: use floatx80 constants in helper_fld*_ST0() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , qemu-devel@nongnu.org On 23 May 2011 22:42, Aurelien Jarno wrote: > Instead of using a table which doesn't correspond to anything from > physical in the CPU, use directly the constants in helper_fld*_ST0(). > > Cc: Andreas F=C3=A4rber > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell