Skip to content

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

Closed
briansull wants to merge 6 commits intodotnet:mainfrom
briansull:issue-43895
Closed

[WIP] Fix for x64 UInt64 to Double conversions (Issue 43895)#50816
briansull wants to merge 6 commits intodotnet:mainfrom
briansull:issue-43895

Conversation

@briansull
Copy link
Copy Markdown
Contributor

Implement a fix for x64 UInt64 to Double conversions in codegenxarch

@ghost ghost 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
Copy Markdown
Contributor Author

Fixes #43895

@briansull briansull linked an issue Apr 6, 2021 that may be closed by this pull request
@briansull
Copy link
Copy Markdown
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