-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/9.0] Arm64/Sve: Remove entries of SVE APIs take 32-bit address #107780
[release/9.0] Arm64/Sve: Remove entries of SVE APIs take 32-bit address #107780
Conversation
Note regarding the
|
1 similar comment
Note regarding the
|
Something is off with my branch. |
) * Remove entry of APIs because of dotnet#103297 * comment out the test cases for unsupported APIs
fixed the base to |
913470d
to
c8806ba
Compare
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.
approved.
please file a breaking change between RC1 and RC2 for these removals. (even though this is a preview feature)
we can merge when ready
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
Backport of #107758 to release/9.0
Customer Impact
We have disabled several APIs that takes 32-bit address as input parameter because of lack of testing of such address. However, there were few APIs that were not disabled. This PR disables such APIs, until we add relevant test coverage in future release.
Regression
This is not a regression, but merely something that was not disabled.
Testing
The build works and all the tests that were using the APIs are commented out.
Risk
Low. This only affects SVE APIs that were enabled in earlier previews but are disabled because they are untested. Besides, SVE is an experimental feature for .NET 9.