-
Notifications
You must be signed in to change notification settings - Fork 658
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
[VM] Add support for UI64 to F32 casts #19556
Conversation
Signed-off-by: zjgarvey <[email protected]>
Signed-off-by: zjgarvey <[email protected]>
Signed-off-by: zjgarvey <[email protected]>
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, but let's wait for a review from @benvanik too.
@benvanik do you mind if I merge this? |
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.
please correct the ordering - should be (si32, si64, ui32, ui64) - looks like it was inserted as (si32, si64, ui64, ui32) everywhere - otherwise lgtm
Signed-off-by: zjgarvey <[email protected]>
Following up on 0cafee9 , this adds support for ui64 -> f32 casts.