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

[release/6.0] [mono] Fix r8->i conversion on amd64. #65329

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 14, 2022

Backport of #64467 to release/6.0

/cc @lambdageek @vargaz

Customer Impact

Conversions from a float to a native integer type incorrectly treat the result as a 32-bit quantity on 64-bit platforms. This PR is for the x64 and arm64 platforms, a similar fix for the s390x is in #65328

Testing

CI

Risk

Low

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@lambdageek
Copy link
Member

The corresponding s390x fix for the same issue is #65328

@lambdageek lambdageek added the Servicing-consider Issue for next servicing release review label Feb 14, 2022
@lambdageek lambdageek added this to the 6.0.x milestone Feb 14, 2022
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Feb 22, 2022
@rbhanda rbhanda modified the milestones: 6.0.x, 6.0.4 Feb 22, 2022
@lewing
Copy link
Member

lewing commented Mar 10, 2022

the wasm aot failure is #66366

@ericstj ericstj merged commit d774991 into release/6.0 Mar 10, 2022
@akoeplinger akoeplinger deleted the backport/pr-64467-to-release/6.0 branch March 11, 2022 16:30
@ghost ghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-JIT-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants