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: revised fix for fp division issue in profile synthesis
The previous fixdotnet#113396 could still leave us trying to evaluate 0.0/0.0,
which causes an invalid FP operation exception.
Make sure the divisor is non-zero.
0 commit comments