Skip to content

Fix Vector512.CopyTo #94795

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
merged 8 commits into from
Nov 20, 2023
Merged

Fix Vector512.CopyTo #94795

merged 8 commits into from
Nov 20, 2023

Conversation

MichalPetryka
Copy link
Contributor

While doing this, I've unified the logic to be the same for all the vector types.

@tannergooding does this make sense for backporting to .Net 8?

Fixes #94743.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Nov 15, 2023
@ghost
Copy link

ghost commented Nov 15, 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

While doing this, I've unified the logic to be the same for all the vector types.

@tannergooding does this make sense for backporting to .Net 8?

Fixes #94743.

Author: MichalPetryka
Assignees: -
Labels:

area-System.Runtime.Intrinsics

Milestone: -

@tannergooding tannergooding merged commit 5ab7dd8 into dotnet:main Nov 20, 2023
@tannergooding
Copy link
Member

/backport to release/8.0-staging

Copy link
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/6934404422

@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime.Intrinsics community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector512 CopyTo<T>(this Vector512<T> vector, T[] destination, int startIndex) incorrect
2 participants