From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCHhO-0002Nm-K5 for qemu-devel@nongnu.org; Mon, 15 Dec 2008 12:57:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCHhO-0002My-3i for qemu-devel@nongnu.org; Mon, 15 Dec 2008 12:57:42 -0500 Received: from [199.232.76.173] (port=39971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCHhN-0002Mj-Qi for qemu-devel@nongnu.org; Mon, 15 Dec 2008 12:57:41 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:32716) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCHhN-0005lg-BH for qemu-devel@nongnu.org; Mon, 15 Dec 2008 12:57:41 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1356341fgb.8 for ; Mon, 15 Dec 2008 09:57:39 -0800 (PST) Message-ID: <761ea48b0812150957g6116fd9bja28082bc7b8f626d@mail.gmail.com> Date: Mon, 15 Dec 2008 18:57:39 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [6054] target-ppc: enable PRECISE_EMULATION by default In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 Mon, Dec 15, 2008 at 6:14 PM, Aurelien Jarno wrote: > Revision: 6054 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6054 > Author: aurel32 > Date: 2008-12-15 17:14:50 +0000 (Mon, 15 Dec 2008) > > Log Message: > ----------- > target-ppc: enable PRECISE_EMULATION by default > > With this option enabled, all glibc math tests pass. [...] > /* For normal operations, precise emulation should not be needed */ > //#define USE_PRECISE_EMULATION 1 > -#define USE_PRECISE_EMULATION 0 > +#define USE_PRECISE_EMULATION 1 Shouldn't you change the comment too so that one can track why USE_PRECISE_EMULATION is needed? Laurent