-
Notifications
You must be signed in to change notification settings - Fork 5.3k
arm64: Rename CreateBreak/CreateMask args #116255
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: Rename CreateBreak/CreateMask args #116255
Conversation
jonathandavies-arm
commented
Jun 3, 2025
- Fixes Arm64 SVE: Rename arguments for SVE CreateBreak/CreateMask APIs #115225
|
@a74nh @kunalspathak @dotnet/arm64-contrib |
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
| <Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
| <Suppression> |
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.
I am not sure if this is the right file to update. Surprisingly, it doesn't even have reference of CreateBreakAfterMask that you have touched in this PR.
kunalspathak
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.
can you please update the appropriate file to reflect the changes?
|
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
|
/ba-g failure unrelated |
kunalspathak
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
Since this is |