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

Light up core ASCII.Utility methods with Vector256/Vector512 code paths. #88532

Merged
merged 9 commits into from
Jul 17, 2023

Commits on Jul 12, 2023

  1. Lib upgrade for ToUtf16

    Ruihan-Yin authored and anthonycanino committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    12bb892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff185d0 View commit details
    Browse the repository at this point in the history
  3. Complete the upgrade in NarrowUtf16ToAscii method

    with Vector512 and Vector256 APIs.
    Ruihan-Yin authored and anthonycanino committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9d45ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b8e31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01a43e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea913db View commit details
    Browse the repository at this point in the history
  7. Code changes based on the review:

    1. turn some variables into explicitly specified const.
    2. removed some helper functions and inlined them.
    Ruihan-Yin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5cb1efc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Resolve comments

    Ruihan-Yin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5d06c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d3b28 View commit details
    Browse the repository at this point in the history