-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fix Vector512.CopyTo #94795
Conversation
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics Issue DetailsWhile 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.
|
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512.cs
Outdated
Show resolved
Hide resolved
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/6934404422 |
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.