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

SIMDify ToLowerInvariant/ToUpperInvariant #78262

Merged
merged 6 commits into from
Nov 24, 2022
Merged

Commits on Nov 12, 2022

  1. Span-only impl

    EgorBo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    be363c0 View commit details
    Browse the repository at this point in the history
  2. fix test failures

    EgorBo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    18811ca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    567ccf0 View commit details
    Browse the repository at this point in the history
  2. Use scalar path in case of non-ASCII: we want to process as many ASCI…

    …I chars as we can before we switch to ICU/NLS
    EgorBo committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f6484ac View commit details
    Browse the repository at this point in the history
  3. Apply am11's suggestion

    EgorBo committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    6d0764c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    a98a186 View commit details
    Browse the repository at this point in the history