You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semantics of the RISC-V variant of fmin and fmax are slightly
different to the other architectures. In case of NaN instead of
returning always the second one for RISC-V we return the non-NaN
parameter or canonical NaN in the case that both are NaN.
Bug 30035
0 commit comments