-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consume DivRem intrinsics from Math.DivRem #82194
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue Details#66551 adds intrinsic for Also remove See discussion: #66551 (comment)
|
We won't get to this for .NET 8. |
Moving to future. More complex change only relevant to fairly new support in the JIT. |
#66551 adds intrinsic for
DivRem
and we should start consuming it fromMath.DivRem
. However, currently there are some code gen optimizations that we should do to generate a better code usingDivRem
intrinsic compared to what we generate today for current implementation.Also remove
[RequiresPreviewFeatures]
attribute fromDivRem
APIs.See discussion: #66551 (comment)
The text was updated successfully, but these errors were encountered: