-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add SVE InstructionSet for Arm64 #95021
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
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Details#94791 without the library API changes.
|
|
@dotnet/jit-contrib |
IMO we don't have to include this file and related changes 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.
plus an empty hwintrinsiclistarm64sve.h
IMO we don't have to include this file and related changes in this PR. They are not necessary to add just the InstructionSet portion.
Ok, removed. |
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. Thanks!
|
cc: @jkotas |
jkotas
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
Many of the files touched here are autogenerated via InstructionSetDesc.txt. In addition adds config options plus an empty hwintrinsiclistarm64sve.h
This is #94791 without the library API changes.