Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

[No Merge] Merge SSE and SSE2 classes #29447

Closed
wants to merge 1 commit into from
Closed

[No Merge] Merge SSE and SSE2 classes #29447

wants to merge 1 commit into from

Conversation

fiigii
Copy link
Contributor

@fiigii fiigii commented May 1, 2018

public static Vector128<long> Add(Vector128<long> left, Vector128<long> right) { throw null; }
public static Vector128<ulong> Add(Vector128<ulong> left, Vector128<ulong> right) { throw null; }
public static Vector128<double> Add(Vector128<double> left, Vector128<double> right) { throw null; }
public static Vector128<T> Add<T>(Vector128<T> left, Vector128<T> right) where T : struct { throw null; }
Copy link
Member

Choose a reason for hiding this comment

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

nit: If these were merged (and I still don't think it is a good idea), most of these would/could become generic.

@4creators
Copy link
Contributor

@fiigii I agree with @tannergooding that it is not good idea to merge them.

@stephentoub
Copy link
Member

@fiigii, @CarolEidt, this can be closed now, right?

@fiigii
Copy link
Contributor Author

fiigii commented Jun 12, 2018

@stephentoub The discussion https://github.com/dotnet/corefx/issues/29247 is still in progress and this PR is a demo for that thread. Once https://github.com/dotnet/corefx/issues/29247 gets a consensus, I will close this PR.

@stephentoub
Copy link
Member

Thanks. But a PR isn't needed for that, though; the discussion happens on the issue, and you can point people to your branch to see what it looks like (https://github.com/fiigii/corefx/commits/mergesse/). Having two places for the discussion to happen seems worse to me, plus it clutters up the PR list with a PR that won't actually be merged.

@fiigii
Copy link
Contributor Author

fiigii commented Jun 12, 2018

@stephentoub Thanks for the explanation, closing.

@fiigii fiigii closed this Jun 12, 2018
@stephentoub
Copy link
Member

Thanks, @fiigii.

@karelz karelz added this to the 3.0 milestone Jul 8, 2018
@fiigii fiigii deleted the mergesse branch September 15, 2018 00:09
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.

7 participants