qemu-patch-raspberry4/include/fpu
Max Filippov cc43c69251 softfloat: make NO_SIGNALING_NANS runtime property
target/xtensa, the only user of NO_SIGNALING_NANS macro has FPU
implementations with and without the corresponding property. With
NO_SIGNALING_NANS being a macro they cannot be a part of the same QEMU
executable.
Replace macro with new property in float_status to allow cores with
different FPU implementations coexist.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2020-08-21 12:48:14 -07:00
..
softfloat-helpers.h softfloat: make NO_SIGNALING_NANS runtime property 2020-08-21 12:48:14 -07:00
softfloat-macros.h softfloat: Replace flag with bool 2020-05-19 08:40:50 -07:00
softfloat-types.h softfloat: make NO_SIGNALING_NANS runtime property 2020-08-21 12:48:14 -07:00
softfloat.h target/i386: floatx80: avoid compound literals in static initializers 2020-07-27 09:40:16 +01:00