Skip to content

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

Merged
ericstj merged 1 commit into
release/6.0from
backport/pr-64467-to-release/6.0
Mar 10, 2022
Merged

[release/6.0] [mono] Fix r8->i conversion on amd64.#65329
ericstj merged 1 commit into
release/6.0from
backport/pr-64467-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 14, 2022

Copy link
Copy Markdown
Contributor

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

@ghost

Copy link
Copy Markdown

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
Copy Markdown
Member

The corresponding s390x fix for the same issue is #65328

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

Copy link
Copy Markdown
Member

the wasm aot failure is #66366

@ericstj
ericstj merged commit d774991 into release/6.0Mar 10, 2022
@akoeplinger
akoeplinger deleted the backport/pr-64467-to-release/6.0 branch March 11, 2022 16:30
@ghostghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Codegen-JIT-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@lambdageek@lewing@akoeplinger@danmoseley@ericstj@rbhanda@vargaz