From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52292 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsZ5k-00073y-A8 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:10:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsZ5i-00018m-Nx for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:10:40 -0500 Received: from mail-vx0-f173.google.com ([209.85.220.173]:64841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsZ5i-00018h-KE for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:10:38 -0500 Received: by vxb41 with SMTP id 41so352129vxb.4 for ; Thu, 24 Feb 2011 03:10:38 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D663CAA.3060906@redhat.com> Date: Thu, 24 Feb 2011 12:10:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20110223190456.GD6703@hall.aurel32.net> In-Reply-To: <20110223190456.GD6703@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU regression problems - Update FPU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Peter Maydell , Roy Tam , seabios@seabios.org, qemu-devel@nongnu.org, Gerhard Wiesinger , Kevin O'Connor , Laurent Desnogues On 02/23/2011 08:04 PM, Aurelien Jarno wrote: > Actually that's the reason why i386 doesn't use softfloat, as all the > trigonometric use libm, and the bridge between softfloat and libm is not > working correctly (plenty of type abuse). Besides, I doubt softfloat would want bug-compatible trig function implementations. fsincos for example is a far cry from the precision of the libm function. Paolo