-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add Sve.ScatterXBitYNarrowing() on Arm64 #104720
Add Sve.ScatterXBitYNarrowing() on Arm64 #104720
Conversation
Includes: - Sve.Scatter16BitNarrowing() - Sve.Scatter8BitNarrowing() - Sve.Scatter32BitNarrowing() - Sve.Scatter16BitWithByteOffsetsNarrowing() - Sve.Scatter8BitWithByteOffsetsNarrowing() - Sve.Scatter32BitWithByteOffsetsNarrowing()
Note regarding the
|
1 similar comment
Note regarding the
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
All scatter store stress tests are passing
|
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.
So far, this look good. Will give another look when it's ready for review.
Thanks @TIHan. I had kept it as a draft because I wasn't sure about how we want to deal with the conflicting APIs that are currently commented 🙂 . |
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.
Looks good overall. Added some nit comments.
src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.cs
Outdated
Show resolved
Hide resolved
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. Thanks!
Contribute towards #99957.
Includes:
@a74nh @kunalspathak @dotnet/arm64-contrib @arch-arm64-sve