From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J915k-0005sf-U7 for qemu-devel@nongnu.org; Sun, 30 Dec 2007 11:32:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J915j-0005sD-KS for qemu-devel@nongnu.org; Sun, 30 Dec 2007 11:32:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J915j-0005s9-Bd for qemu-devel@nongnu.org; Sun, 30 Dec 2007 11:32:47 -0500 Received: from mu-out-0910.google.com ([209.85.134.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J915j-00045q-0v for qemu-devel@nongnu.org; Sun, 30 Dec 2007 11:32:47 -0500 Received: by mu-out-0910.google.com with SMTP id w8so2962637mue.4 for ; Sun, 30 Dec 2007 08:32:46 -0800 (PST) Message-ID: Date: Sun, 30 Dec 2007 18:32:45 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH][PPC] Use float32/64 instead of float/double In-Reply-To: <20071230152845.GW5688@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071230152845.GW5688@hall.aurel32.net> 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 12/30/07, Aurelien Jarno wrote: > The patch below changes the float and double types into float32 and > and float64 types in the PPC code. This doesn't change anything when > using softfloat-native as the types are the same, but that helps > compiling the PPC target with softfloat. You could also consider replacing the unions with the common definition CPU_DoubleU in cpu-all.h and also add CPU_FloatU.