-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix ulong->double conversion on x64 (without avx512f) #102179
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
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
/azp list |
This comment was marked as resolved.
This comment was marked as resolved.
|
/azp run runtime-coreclr outerloop, runtime-coreclr jitstress-isas-x86 |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@tannergooding PTAL |
tannergooding
left a comment
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.
Looks good/correct to me.
Really just a question on if doing this all in lowering vs deferring to a managed implementation that can be inlined is better.
|
Potentially related regressions @EgorBo: |
Fixes #102149
Fixes #43895