Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[mono][jit] Enable Vector64 support on arm64 in jit mode. #86188

Merged
merged 1 commit into from
May 19, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented May 12, 2023

No description provided.

Vector64 is handled the same as the other SIMD types, only loads and stores
need to special case it.
@vargaz vargaz marked this pull request as ready for review May 15, 2023 01:01
@vargaz vargaz requested a review from fanyang-mono May 15, 2023 01:01
@vargaz
Copy link
Contributor Author

vargaz commented May 19, 2023

Note that the Vector128 fallback code uses Vector64 operations, so enabling Vector64 support will add reasonable implementations for those as well.

@vargaz vargaz merged commit dc7bbc5 into dotnet:main May 19, 2023
@vargaz vargaz deleted the arm64-vector64 branch May 19, 2023 15:30
@ghost ghost locked as resolved and limited conversation to collaborators Jun 18, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants