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][jit] Added Vector128 intrinsics that depend on Vector64 for arm64 #87765

Merged
merged 8 commits into from
Jun 21, 2023

Conversation

jandupej
Copy link
Member

The methods Vector128.GetLower,GetUpper,WithLower,WithUpper and Create(Vector64,Vector64) were missing from the intrinsic implementations pending full support of Vector64. Now that this has been addressed in #86188, we can proceed with this final batch of intrinsics.

Contributes to #80566

@jandupej
Copy link
Member Author

CI is green, local testing OK. Merging.

@jandupej jandupej merged commit 57cfd06 into dotnet:main Jun 21, 2023
@jandupej jandupej deleted the vec64 branch June 21, 2023 11:57
@ghost ghost locked as resolved and limited conversation to collaborators Jul 21, 2023
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.

2 participants