Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial version of {Last}IndexOfAnyExcept #67941

Merged
merged 2 commits into from
Apr 19, 2022

Commits on Apr 17, 2022

  1. Add initial version of {Last}IndexOfAnyExcept

    These are functional but not vectorized.  At least some of these should be vectorized for at least some data types subsequently, but that's a more intensive change.  Once that's in, we can update a few places to use these, e.g. Regex should end up using any of the overloads that are vectorized.
    stephentoub committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    19841f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Fix comments

    stephentoub committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9c2ab3b View commit details
    Browse the repository at this point in the history