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

Updating Vector128 to have its software fallback be 2x Vector64<T> ops #76592

Merged
merged 5 commits into from
Oct 5, 2022

Conversation

tannergooding
Copy link
Member

Same general change as #76221.

In this case, there is no theoretical perf benefit for any supported platforms. It just simplifies the implementation overall and makes it easier to update logic if that's ever desired.

As with the Vector256 cleanup, I audited the doc comments at the same time and ensured they were consistent and correct.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost assigned tannergooding Oct 4, 2022
@ghost
Copy link

ghost commented Oct 4, 2022

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

Issue Details

Same general change as #76221.

In this case, there is no theoretical perf benefit for any supported platforms. It just simplifies the implementation overall and makes it easier to update logic if that's ever desired.

As with the Vector256 cleanup, I audited the doc comments at the same time and ensured they were consistent and correct.

Author: tannergooding
Assignees: tannergooding
Labels:

area-System.Runtime.Intrinsics

Milestone: -

Copy link
Contributor

@dakersnar dakersnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, added a few clarifications and suggestions.

@tannergooding tannergooding merged commit acd52cb into dotnet:main Oct 5, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 5, 2022
@tannergooding tannergooding deleted the vector128 branch November 11, 2022 15:07
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.

3 participants