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

Conversation

benaadams
Copy link
Member

From #22187

Based on #22875 which is first commit

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

@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 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
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,char,char)
3 participants