HWIntrinsics like Sse41.RoundToNearestIntegerScalar which are of category SIMDScalar and which have an implicit immediate value are not currently being emitted correctly.
Due to an ordering issue in the statements, they are emitted as SIMD_R_R_R rather than as R_RM_I.
HWIntrinsics like
Sse41.RoundToNearestIntegerScalarwhich are of categorySIMDScalarand which have an implicit immediate value are not currently being emitted correctly.Due to an ordering issue in the statements, they are emitted as
SIMD_R_R_Rrather than asR_RM_I.