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

Add support for other same size vector bitcasts to Mono #104309

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

tannergooding
Copy link
Member

@tannergooding tannergooding commented Jul 2, 2024

This covers other same size casts such as between Vector128<float> and Plane, Quaternion, and Vector4. It also covers conversion between Vector<T> and Vector128<T>

@tannergooding tannergooding changed the title ADd support for other same size vector bitcasts to Mono Add support for other same size vector bitcasts to Mono Jul 2, 2024
Copy link
Contributor

Tagging subscribers to this area: @steveisok, @lambdageek
See info in area-owners.md if you want to be subscribed.

@tannergooding tannergooding marked this pull request as ready for review July 3, 2024 11:02
@tannergooding
Copy link
Member Author

This should be ready for review and gets the rest of the same size vector bitcast support in for Mono (including interpreter).

Copy link
Member

@fanyang-mono fanyang-mono left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks :)

@tannergooding
Copy link
Member Author

CC. @steveisok, @kg for the MonoInterp side of things

@tannergooding tannergooding merged commit f696eb3 into dotnet:main Jul 4, 2024
77 of 79 checks passed
@tannergooding tannergooding deleted the mono-vectoras-2 branch July 4, 2024 03:25
xtqqczze added a commit to xtqqczze/dotnet-runtime that referenced this pull request Jul 10, 2024
xtqqczze added a commit to xtqqczze/dotnet-runtime that referenced this pull request Jul 12, 2024
xtqqczze added a commit to xtqqczze/dotnet-runtime that referenced this pull request Jul 12, 2024
xtqqczze added a commit to xtqqczze/dotnet-runtime that referenced this pull request Jul 16, 2024
xtqqczze added a commit to xtqqczze/dotnet-runtime that referenced this pull request Jul 17, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 2024
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.

3 participants