-
Notifications
You must be signed in to change notification settings - Fork 5.1k
arm64: Add remaining Sve2 Saturating functions #117934
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
arm64: Add remaining Sve2 Saturating functions #117934
Conversation
jonathandavies-arm
commented
Jul 22, 2025
- Implements Arm64: Implement SVE2 APIs #115479
@dotnet/arm64-contrib @amanasifkhalid |
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
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.
Changes LGTM, just need to fix the test generator file
src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.cs
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!
superpmi-replay is failing with "method is of low integrity" errors. I believe that indicates corruption in the collection (#74596), though I don't see why that wasn't noticed before this PR. There's a superpmi-collect run in-progress at the moment; I'm going to wait for that to finish before I merge this under the assumption that the new collections will be sound, so we don't regress superpmi-replay runs.
/ba-g infra failures (scripts don't have exec permissions) |