Skip to content
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

Ensure that Vector512 uses the same patterns as Vector64/128/256 #97990

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

tannergooding
Copy link
Member

This resolves #97924 and will need backport to .NET 8

I have gone through the rest of the V512 methods and ensured they were consistent with V256, even where there was no bug in the new logic

@ghost
Copy link

ghost commented Feb 5, 2024

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

Issue Details

This resolves #97924 and will need backport to .NET 8

I have gone through the rest of the V512 methods and ensured they were consistent with V256, even where there was no bug in the new logic

Author: tannergooding
Assignees: -
Labels:

area-System.Numerics

Milestone: -

…sics/Vector512.cs

Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
@tannergooding tannergooding merged commit 93cbd9f into dotnet:main Feb 7, 2024
175 of 178 checks passed
@tannergooding tannergooding deleted the fix-97924 branch February 7, 2024 16:44
@tannergooding
Copy link
Member Author

/backport to release/8.0-staging

Copy link
Contributor

github-actions bot commented Feb 7, 2024

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

@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector512.Create doesn't work as expected
3 participants