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
JIT: avoid fp divide by zero in profile synthesis (#113396)
This can trip up users that have enabled floating point exceptions.
While we don't generally support changing the exception modes we also
can easily avoid dividing by zero here.
Addresses #113369
0 commit comments