From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBvYe-0007Tm-4M for qemu-devel@nongnu.org; Mon, 18 Apr 2011 17:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBvYc-0004nW-Pl for qemu-devel@nongnu.org; Mon, 18 Apr 2011 17:00:32 -0400 Received: from hall.aurel32.net ([88.191.126.93]:44211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBvYc-0004n6-J0 for qemu-devel@nongnu.org; Mon, 18 Apr 2011 17:00:30 -0400 From: Aurelien Jarno Date: Mon, 18 Apr 2011 23:00:12 +0200 Message-Id: <1303160412-8107-21-git-send-email-aurelien@aurel32.net> In-Reply-To: <1303160412-8107-1-git-send-email-aurelien@aurel32.net> References: <1303160412-8107-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 20/20] target-i386: switch to softfloat List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno 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 --- configure | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/configure b/configure index da2da04..6e445b4 100755 --- a/configure +++ b/configure @@ -3276,9 +3276,6 @@ if test ! -z "$gdb_xml_files" ; then fi case "$target_arch2" in - i386|x86_64) - echo "CONFIG_NOSOFTFLOAT=y" >> $config_target_mak - ;; *) echo "CONFIG_SOFTFLOAT=y" >> $config_target_mak ;; -- 1.7.2.3