On 7/8/20 3:20 PM, Max Filippov wrote: > pickNaNMulAdd logic on Xtensa is to apply pickNaN to the inputs of the > expression (a * b) + c. However if default NaN is produces as a result > of (a * b) calculation it is not considered when c is NaN. > So with two pickNaN variants there must be two pickNaNMulAdd variants. > In addition the invalid flag is always set when (a * b) produces NaN. > > Cc: Peter Maydell <[email protected]> > Cc: "Alex Bennée" <[email protected]> > Cc: Richard Henderson <[email protected]> > Signed-off-by: Max Filippov <[email protected]> > --- > Changes v2->v3: > - handle infzero case in pickNaNMulAdd properly and reword commit > message
Reviewed-by: Richard Henderson <[email protected]> r~
