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
This issue is created to track the discussion in the comment --> #97529 (comment)
PR #97529 changes the behavior of floating point to integer conversions on x86/x64. It allows the conversions to follow saturating behavior which .NET wants to standardize on.
This issue is created to track the discussion in the comment --> #97529 (comment)
PR #97529 changes the behavior of floating point to integer conversions on
x86/x64. It allows the conversions to follow saturating behavior which .NET wants to standardize on.Link to the failing build --> https://github.com/dotnet/runtime/pull/97529/checks?check_run_id=23012453843
@fanyang-mono for tracking this issue.