#66551 adds intrinsic for DivRem and we should start consuming it from Math.DivRem. However, currently there are some code gen optimizations that we should do to generate a better code using DivRemintrinsic compared to what we generate today for current implementation.
Also remove [RequiresPreviewFeatures] attribute from DivRem APIs.
See discussion: #66551 (comment)
#66551 adds intrinsic for
DivRemand we should start consuming it fromMath.DivRem. However, currently there are some code gen optimizations that we should do to generate a better code usingDivRemintrinsic compared to what we generate today for current implementation.Also remove
[RequiresPreviewFeatures]attribute fromDivRemAPIs.See discussion: #66551 (comment)