On 7/8/20 3:20 PM, Max Filippov wrote: > 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 <[email protected]> > Cc: "Alex Bennée" <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Max Filippov <[email protected]> > --- > Changes v1->v2: > - use inline function for no_signaling_nans property to allow for > constant folding on architectures that have this property fixed.
Reviewed-by: Richard Henderson <[email protected]> r~
