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

Intrinsicify SpanHelpers.IndexOfAny(char,char,char,char,char)#22880

Closed
benaadams wants to merge 1 commit into
dotnet:masterfrom
benaadams:Intrinsicify-SpanHelpers.IndexOfAny(char,char,char,char,char)
Closed

Intrinsicify SpanHelpers.IndexOfAny(char,char,char,char,char)#22880
benaadams wants to merge 1 commit into
dotnet:masterfrom
benaadams:Intrinsicify-SpanHelpers.IndexOfAny(char,char,char,char,char)

Conversation

@benaadams

Copy link
Copy Markdown
Member

From #22187

Based on #22875 which is first commit

Resolves https://github.com/dotnet/coreclr/issues/22767

@benaadams

Copy link
Copy Markdown
Member Author

@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnoavx
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnosimd
@dotnet-bot test Windows_NT x64 Checked jitnox86hwintrinsic

@dotnet-bot test Windows_NT x86 Checked jitx86hwintrinsicnoavx
@dotnet-bot test Windows_NT x86 Checked jitx86hwintrinsicnosimd
@dotnet-bot test Windows_NT x86 Checked jitnox86hwintrinsic

@dotnet-bot test Ubuntu x64 Checked jitx86hwintrinsicnoavx
@dotnet-bot test Ubuntu x64 Checked jitx86hwintrinsicnosimd
@dotnet-bot test Ubuntu x64 Checked jitnox86hwintrinsic

@benaadams

Copy link
Copy Markdown
Member Author

Will follow up after #22505

@maryamariyan

Copy link
Copy Markdown

Thank you for your contribution. As announced in dotnet/coreclr#27549 this repository will be moving to dotnet/runtime on November 13. If you would like to continue working on this PR after this date, the easiest way to move the change to dotnet/runtime is:

  1. In your coreclr repository clone, create patch by running git format-patch origin
  2. In your runtime repository clone, apply the patch by running git apply --directory src/coreclr <path to the patch created in step 1>

@benaadams benaadams force-pushed the Intrinsicify-SpanHelpers.IndexOfAny(char,char,char,char,char) branch 2 times, most recently from b47b94e to aa97881 Compare November 9, 2019 17:56
@benaadams benaadams force-pushed the Intrinsicify-SpanHelpers.IndexOfAny(char,char,char,char,char) branch from aa97881 to fe0fcac Compare November 9, 2019 18:35
@benaadams

Copy link
Copy Markdown
Member Author

Rebased ready for review /cc @tannergooding @CarolEidt @GrabYourPitchforks

@maryamariyan

Copy link
Copy Markdown

Thank you for your contribution. As announced in #27549 the dotnet/runtime repository will be used going forward for changes to this code base. Closing this PR as no more changes will be accepted into master for this repository. If you’d like to continue working on this change please move it to dotnet/runtime.

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.

Use Intrinsics.X86 for SpanHelpers.IndexOfAny(char,char,char,char,char)

3 participants