-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Implement SVE2 ConvertToSingleOdd and ConvertToSingleRoundToOdd #118957
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
Implement SVE2 ConvertToSingleOdd and ConvertToSingleRoundToOdd #118957
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
amanasifkhalid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some failures in CI to look at: console log.
|
@SwapnilGaikwad once you address the feedback from Tanner, our team will do another pass of review. |
Co-authored-by: Tanner Gooding <[email protected]>
tannergooding
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hi @JulieLeeMSFT , the failures seem unrelated to this PR (they are x64 only and changes are SVE only). It is now ready for another pass of review. |
|
@EgorBo, PTAL. |
|
Hi @EgorBo , the failures on x86 seems unrelated to this change. The changes are SVE only. |
EgorBo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Hi @EgorBo, this PR may need a bit of poking to get merged. 🙂 |
Yeah, our CI is not in a great shape lately 🙁 , let's watch the current CI run |
|
I'll re-run it once we bring CI back to life |
|
/ba-g deadletter |
Contributes to #94018
@dotnet/arm64-contrib @amanasifkhalid @a74nh
Co-authored-by: @jacob-crawley