Skip to content
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

[Mono] Enable generating SIMD intrinsics for System.Numerics.Vector on Arm64 #65486

Merged
merged 11 commits into from
Mar 8, 2022

Conversation

fanyang-mono
Copy link
Member

@fanyang-mono fanyang-mono commented Feb 17, 2022

Contribute to #64072
With this PR, methods of System.Numerics.Vector supported in emit_sri_vector will be intrinsified on Arm64.

Fixed #65318
Added/refactored vector element type check for all the cases in emit_sri_vector.

@fanyang-mono fanyang-mono requested a review from EgorBo as a code owner February 22, 2022 18:42
@fanyang-mono
Copy link
Member Author

@vargaz I pushed more change after your approval. Please review again. Thanks!

@fanyang-mono
Copy link
Member Author

@vargaz Could you please review one more time? I decided to check only the type for one argument instead of all vector arguments and return. Because I did some testing and found that the c# wouldn't allow arguments with different types.

@fanyang-mono fanyang-mono merged commit 8fe2d2b into dotnet:main Mar 8, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mono] Clean up the type checks for Vector64/128
2 participants