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<peter.mayd...@linaro.org>
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