qemu-patch-raspberry4/fpu
Peter Maydell d5138cf4a8 softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES
Make softfloat compile with USE_SOFTFLOAT_STRUCT_TYPES defined, by
adding and using new macros const_float16(), const_float32() and
const_float64() so you can use array initializers in an array of
float16/float32/float64 whether the types are bare or wrapped in the
structs.

[aurelien@aurel32.net: do the same for float16]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-02-10 20:16:43 +01:00
..
softfloat-macros.h
softfloat-native.c
softfloat-native.h
softfloat-specialize.h
softfloat.c softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES 2011-02-10 20:16:43 +01:00
softfloat.h softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES 2011-02-10 20:16:43 +01:00