[RyuJIT] Enable CORINFO_INTRINSIC Round, Ceiling, and Floor to generate ROUNDSS and ROUNDSD #8993
Labels
arch-x64
arch-x86
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
optimization
tenet-performance
Performance related issue
Milestone
SSE4.1 added the
ROUNDSS
andROUNDSD
instructions. For machines which support them, we should support emitting them for theRound
,Ceiling
, andFloor
methods inSystem.Math
andSystem.MathF
.The text was updated successfully, but these errors were encountered: