Implement AVX SetHighLow#17313
Conversation
|
@CarolEidt can we merge this PR for 2.1 if it looks good to you? |
|
I would prefer not to merge this for 2.1. We are in the final stages of wrapping up as many bugs as possible for 2.1, and I'd prefer not to take the risk of new functionality & tests. |
|
But we have exposed this API in the corefx package.. sorry my bad. |
|
There was an oversight that @CarolEidt @AndyAyersMS @tannergooding @eerhardt Do you agree? |
|
I think we will need to do one of:
|
|
IMO the best option currently is:
as it explictly avoids any risks. |
|
Another possible option is to remove the tests from this PR and merge it. It may be better to have u functionality w/o tests than to risk adding further noise to existing test challenges. Note that taking a PR to remove the API from CoreFX definitely does not avoid any risks. It's almost as easy to break things when removing something as when adding. |
Agree, will do. |
|
Removed the tests. |
I do not agree as API is not used anywhere and in CoreFX we have only facade to S.P.C implementation. However, I am equally OK with adding implementation of |
|
@CarolEidt Can we merge this PR? |
I missed
Avx.SetHighLowin #17030 ...@CarolEidt @tannergooding PTAL