-
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
Improving Arm64 Performance in .NET 9.0 #94464
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsOverviewAs we did in the past for .NET 5, .NET 7 and .NET 8, we would like to continue improving Arm64 in .NET 9 as well. Here are the top-level themes we plan to address. Some of the issues are from the past releases that we did not get time to work upon. while others are about adding instructions of newer arm versions or exposing the Arm functionality to the .NET API level. New instructions
Performance improvements
Stretch goals
|
@kunalspathak Please also link #93263 to this. There might be some other untracked issues for ARM64, I think? Perhaps makes sense to go through the label and link them unless I misunderstood the way this issue is written and it's supposed to link only major action items? Thanks! |
Done. |
Closing this user story and replan for .NET 10. Most of work during .NET 9 was to enable SVE APIs, tracked in #93095. |
Overview
As we did in the past for .NET 5, .NET 7 and .NET 8, we would like to continue improving Arm64 in .NET 9 as well. Here are the top-level themes we plan to address. Some of the issues are from the past releases that we did not get time to work upon. while others are about adding instructions of newer arm versions or exposing the Arm functionality to the .NET API level.
New instructions
Performance improvements
Stretch goals
The text was updated successfully, but these errors were encountered: