From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUrU-0006uV-12 for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCUrT-0000j9-AX for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:42:19 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:49565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCUrT-0000j2-5c for qemu-devel@nongnu.org; Wed, 20 Apr 2011 06:42:19 -0400 Received: by vxb41 with SMTP id 41so474011vxb.4 for ; Wed, 20 Apr 2011 03:42:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1303294329-22634-21-git-send-email-aurelien@aurel32.net> References: <1303294329-22634-1-git-send-email-aurelien@aurel32.net> <1303294329-22634-21-git-send-email-aurelien@aurel32.net> Date: Wed, 20 Apr 2011 11:42:18 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 20/20] target-i386: switch to 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: > This increase the correctness (precision, NaN values, corner cases) on > non-x86 machines, and add the possibility to handle the exception > correctly. > > Signed-off-by: Aurelien Jarno > --- > =C2=A0configure | =C2=A0 =C2=A09 +-------- > =C2=A01 files changed, 1 insertions(+), 8 deletions(-) > > v1 -> v2: remove case. Reviewed-by: Peter Maydell -- PMM