Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Jan 28, 2021

Re: dotnet/runtime#38974, dotnet/runtime#47016

These are the same changes as in dotnet/runtime#47212

Customer Impact

Once we move to the new toolset, managed code that employs AVX register set directly or indirectly (as in Span<byte> helpers) may occasionally observe incorrect computation results.

Testing

The fix was tested and merged in master. This is a port of the fix.

Risk

Master branch had this fix for some time now. Based on that the risk is low.

@VSadov VSadov added the area-VM label Jan 28, 2021
@VSadov VSadov requested a review from mangod9 February 1, 2021 22:37
@VSadov
Copy link
Member Author

VSadov commented Feb 1, 2021

@mangod9 - this is a similar port as in dotnet/runtime#47447 .
Since I had to copy changes manually, could you take a look? Thanks!

@jeffschwMSFT jeffschwMSFT added the Servicing-consider Issue for next servicing release review label Feb 1, 2021
@jeffschwMSFT jeffschwMSFT added this to the 3.1.x milestone Feb 1, 2021
@leecow leecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Feb 2, 2021
@leecow leecow modified the milestones: 3.1.x, 3.1.14 Feb 2, 2021
@aik-jahoda aik-jahoda merged commit 58f6883 into dotnet:release/3.1 Feb 10, 2021
@VSadov VSadov deleted the avx31 branch February 10, 2021 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants