qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] cpu-all.h: Remove unnecessary target-specific i


From: Alexander Graf
Subject: [Qemu-devel] Re: [PATCH] cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadU
Date: Mon, 04 Apr 2011 16:47:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7

On 04/04/2011 01:09 PM, Peter Maydell wrote:
CPU_QuadU isn't used on all targets, but there's no harm in defining the
typedef anyway. It only needs to be guarded by CONFIG_SOFTFLOAT, because
softfloat-native doesn't have a float128 type. This avoids the need for
every new target which uses CPU_QuadU to add itself to an #ifdef in
what ought to be target-agnostic code.

Signed-off-by: Peter Maydell<address@hidden>

I don't really know my way around FP, but from here it looks good :). Not sure about the arm part, but I trust Peter on that one ;).


Alex




reply via email to

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