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

[WIP] Fix for x64 UInt64 to Double conversions (Issue 43895) #50816

Closed
wants to merge 6 commits into from

Conversation

briansull
Copy link
Contributor

Implement a fix for x64 UInt64 to Double conversions in codegenxarch

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 6, 2021
@briansull
Copy link
Contributor Author

Fixes #43895

@briansull briansull linked an issue Apr 6, 2021 that may be closed by this pull request
@briansull
Copy link
Contributor Author

@sandreenko
I plan to close this pull request shortly

@JulieLeeMSFT JulieLeeMSFT added this to the 6.0.0 milestone Apr 15, 2021
@briansull briansull closed this Apr 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UInt64 to Double conversions are incorrect
2 participants