qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH][PPC] Use float32/64 instead of float/double


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH][PPC] Use float32/64 instead of float/double
Date: Sun, 30 Dec 2007 18:32:45 +0200

On 12/30/07, Aurelien Jarno <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]