-
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 support for Add Sve.GatherVectorUInt*ZeroExtendFirstFaulting() #105030
Add support for Add Sve.GatherVectorUInt*ZeroExtendFirstFaulting() #105030
Conversation
…ectorFirstFaulting.
…ly without the FirstFaulting test. Added SveFfrTest template.
Note regarding the
|
1 similar comment
Note regarding the
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
@TIHan @amanasifkhalid @a74nh Stress tests for the new GatherVector*FirstFaulting APIs are passing
|
|
src/libraries/Common/tests/TestUtilities/System/Buffers/BoundedMemory.Windows.cs
Outdated
Show resolved
Hide resolved
src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.cs
Show resolved
Hide resolved
@SwapnilGaikwad #106199 has been merged |
Change-Id: Ia064b10db27b63b1b1254c4f478bf11a81aff4b2
@amanasifkhalid, @dotnet/arm64-contrib, please do code review for this last FFR PR. |
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.
Sorry to ask you to do this, but could you try uncommenting the ConditionalSelect_FalseOp
scenarios like I did in #106349, and re-run the tests you added, please? Just want to make sure that PR can go in cleanly alongside this one.
…er for firstFaulting APIs
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, verified offline that ConditionalSelect_FalseOp
works too. Thanks!
This completes our last SVE APIs work for .NET9. |
Contribute towards #99957
@a74nh @kunalspathak @dotnet/arm64-contrib @arch-arm64-sve