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

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

Conversation

benaadams
Copy link
Member

From #22187

Based on #22875 which is first commit

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

@benaadams
Copy link
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
Member Author

Will follow up after #22505

@maryamariyan
Copy link
Member

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 SpanHelpers.IndexOfAny-char-char-char branch 3 times, most recently from ea96fe3 to 024941b Compare November 9, 2019 16:42
@benaadams benaadams force-pushed the SpanHelpers.IndexOfAny-char-char-char branch from 024941b to 68a4c35 Compare November 9, 2019 17:16
@benaadams
Copy link
Member Author

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

@maryamariyan
Copy link
Member

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)
3 participants