From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DJgXT-0002aC-K6 for qemu-devel@nongnu.org; Thu, 07 Apr 2005 19:35:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJgXQ-0002YF-DJ for qemu-devel@nongnu.org; Thu, 07 Apr 2005 19:35:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJgXQ-0002Xd-8o for qemu-devel@nongnu.org; Thu, 07 Apr 2005 19:35:52 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DJh0S-00075Q-M8 for qemu-devel@nongnu.org; Thu, 07 Apr 2005 20:05:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [patch] CPU_DoubleU and soft-float Date: Fri, 8 Apr 2005 01:05:01 +0100 References: <200503262053.32734.paul@codesourcery.com> <42558E67.2060007@bellard.org> In-Reply-To: <42558E67.2060007@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504080105.01630.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thursday 07 April 2005 20:47, Fabrice Bellard wrote: > OK for the patch. > > It would be better to force the use of soft float on ARM if the VFP is > not present. Supporting weird ordering for doubles is a source of > problems and soft float may be faster than the kernel based ARM fpu > emulator anyway. Yes, however arm targets are the only ones that will currently build soft-float. The other targets still contain native floating point code. Paul