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
SSE4.1 added the ROUNDSS and ROUNDSD instructions. For machines which support them, we should support emitting them for the Round, Ceiling, and Floor methods in System.Math and System.MathF.
SSE4.1 added the
ROUNDSSandROUNDSDinstructions. For machines which support them, we should support emitting them for theRound,Ceiling, andFloormethods inSystem.MathandSystem.MathF.