Skip to content

[release/8.0-staging] Fix Vector512.CopyTo #95026

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

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 20, 2023

Backport of #94795 to release/8.0-staging

/cc @tannergooding @MichalPetryka

Customer Impact

Users using Vector512.CopyTo (a new API in .NET 8) will see incorrect results as the wrong data would be copied.

Testing

Regression tests covering the scenario were added.

Risk

Low. This is a net new API in .NET 8 and one where the implementation has been adjusted to match the existing known good implementations used by the other vector types (such as Vector128 and Vector256).

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 20, 2023
@tannergooding tannergooding added Servicing-consider Issue for next servicing release review area-System.Runtime.Intrinsics and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 20, 2023
@ghost
Copy link

ghost commented Nov 20, 2023

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #94795 to release/8.0-staging

/cc @tannergooding @MichalPetryka

Customer Impact

Users using Vector512.CopyTo (a new API in .NET 8) will see incorrect results as the wrong data would be copied.

Testing

Regression tests covering the scenario were added.

Risk

Low. This is a net new API in .NET 8 and one where the implementation has been adjusted to match the existing known good implementations used by the other vector types (such as Vector128 and Vector256).

Author: github-actions[bot]
Assignees: -
Labels:

Servicing-consider, area-System.Runtime.Intrinsics

Milestone: -

@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Nov 20, 2023
@carlossanlop carlossanlop merged commit f7652ef into release/8.0-staging Nov 21, 2023
@carlossanlop carlossanlop deleted the backport/pr-94795-to-release/8.0-staging branch November 21, 2023 20:04
@carlossanlop carlossanlop added this to the 8.0.1 milestone Nov 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants