Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the Sse41 class#38102

Merged
tannergooding merged 2 commits intodotnet:masterfrom
tannergooding:fix-34882
May 31, 2019
Merged

Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the Sse41 class#38102
tannergooding merged 2 commits intodotnet:masterfrom
tannergooding:fix-34882

Conversation

@tannergooding
Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM

Will there be a corresponding coreclr change to remove these from CoreLib?

@tannergooding
Copy link
Copy Markdown
Member Author

Will there be a corresponding coreclr change to remove these from CoreLib?

Yes, but that does not need to be in before the snap today. Once the reference assembly is updated, we can freely remove the JIT support without worrying about it being a breaking change.

@tannergooding
Copy link
Copy Markdown
Member Author

coreclr side is up here: dotnet/coreclr#24886

@CarolEidt
Copy link
Copy Markdown

Once the reference assembly is updated, we can freely remove the JIT support without worrying about it being a breaking change.

Always best to allow a little time, to avoid unnecessary pain :-)

@tannergooding tannergooding merged commit 39c1f79 into dotnet:master May 31, 2019
@karelz karelz added this to the 3.0 milestone Jul 16, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…from the Sse41 class (dotnet/corefx#38102)

* Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the Sse41 class

* Adding a MatchingRefApiCompatBaseline for System.Runtime.Intrinsics


Commit migrated from dotnet/corefx@39c1f79
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fixing naming of Sse41.Test* and Avx.Test* methods

5 participants