On 7/8/20 3:20 PM, Max Filippov wrote: > Pass float_status structure pointer to the pickNaN so that > machine-specific settings are available to NaN selection code. > Add use_first_nan property to float_status and use it in Xtensa-specific > pickNaN. > > Cc: Peter Maydell <[email protected]> > Cc: "Alex Bennée" <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Signed-off-by: Max Filippov <[email protected]> > --- > fpu/softfloat-specialize.inc.c | 30 ++++++++++++++++++++++++------ > fpu/softfloat.c | 2 +- > include/fpu/softfloat-helpers.h | 5 +++++ > include/fpu/softfloat-types.h | 1 + > 4 files changed, 31 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
