-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Moving the System.Runtime.Intrinsics.Arm namespace in box #37656
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
|
CC. @CarolEidt, @echesakovMSFT, @kunalspathak, @BruceForstall, @jeffhandley, @TamarChristinaArm |
|
Delete everything under System.Runtime.Intrinsics.Experimental ? |
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. So will these APIs get automatically picked up by msdn and displayed here in next preview?
|
Yes, they should. I did a pass through all of the APIs and I didn't notice anything that we aren't already tracking via an issue. |
I can do this |
|
Love it! |
|
Great Milestone! |
echesakov
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. I didn't see anything missing.
|
Awesome! does this mean that everything will be in .NET 5? Including the multi-structure instructions? |
Everything that has been reviewed, approved, and implemented. There are still a few things that have been reviewed and approved but not implemented yet which are actively being worked on.
These have not been reviewed/approved. My understanding is actual support would require work that likely won't be done for .NET 5. |
Ah ok, yup that makes sense. Was just wondering :), Thanks all! |
|
@ericstj, @safern. Could one of you take a look at the allConfigurations failure:
I only removed the unrelated |
|
This should be fixed by #37663 |
|
Thanks! It wasn't coming up in a search. |
This moves the ARM intrinsics out of System.Runtime.Intrinsics.Experimental and into the System.Runtime.Intrinsics project that ships in-box.