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

Update Enumerable.Range to support Vector<int>.Count <= 16 #97464

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

stephentoub
Copy link
Member

Vector<T> is being updated in #97460 to support 512-bit vectors. Update Enumerable.Range to support it as well. In the future hopefully this can be replaced by a method that'll just do the "right thing" regardless of vector size.

`Vector<T>` is being updated to support 512-bit vectors. Update Enumerable.Range to support it as well. In the future hopefully this can be replaced by a method that'll just do the "right thing" regardless of vector size.
@ghost
Copy link

ghost commented Jan 24, 2024

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

Issue Details

Vector<T> is being updated in #97460 to support 512-bit vectors. Update Enumerable.Range to support it as well. In the future hopefully this can be replaced by a method that'll just do the "right thing" regardless of vector size.

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Linq

Milestone: -

@stephentoub stephentoub merged commit 0814cfa into dotnet:main Jan 24, 2024
105 of 109 checks passed
@stephentoub stephentoub deleted the range512 branch January 24, 2024 21:56
@github-actions github-actions bot locked and limited conversation to collaborators Feb 24, 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.

2 participants