-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
c6aec4c
to
1303d56
Compare
Tagging subscribers to this area: @steveisok, @lambdageek |
1303d56
to
8778938
Compare
93e5874
to
6713a79
Compare
This should be ready for review and gets the rest of the same size vector bitcast support in for Mono (including interpreter). |
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! Thanks :)
CC. @steveisok, @kg for the MonoInterp side of things |
Follow-up to dotnet#104309.
Follow-up to dotnet#104309.
Follow-up to dotnet#104309.
Follow-up to dotnet#104309.
Follow-up to dotnet#104309.
This covers other same size casts such as between
Vector128<float>
andPlane
,Quaternion
, andVector4
. It also covers conversion betweenVector<T>
andVector128<T>