From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNMe7-0005N5-4W for qemu-devel@nongnu.org; Fri, 20 May 2011 06:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNMe6-0006ls-0U for qemu-devel@nongnu.org; Fri, 20 May 2011 06:09:27 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:45587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNMe5-0006lo-Tb for qemu-devel@nongnu.org; Fri, 20 May 2011 06:09:25 -0400 Received: by iym10 with SMTP id 10so3313996iym.4 for ; Fri, 20 May 2011 03:09:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305468801-6015-5-git-send-email-aurelien@aurel32.net> References: <1305468801-6015-1-git-send-email-aurelien@aurel32.net> <1305468801-6015-5-git-send-email-aurelien@aurel32.net> Date: Fri, 20 May 2011 11:09:25 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 04/11] softfloat: always enable floatx80 and float128 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 15 May 2011 15:13, Aurelien Jarno wrote: > Now that softfloat-native is gone, there is no real point on not always > enabling floatx80 and float128 support. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell