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

ARM64: Optimize IndexOf(byte) and IndexOf(char) APIs using intrinsics. #37624

Merged
merged 8 commits into from
Jun 12, 2020

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    12ce658 View commit details
    Browse the repository at this point in the history
  2. Updated the implementation to use addp

    Also moved the code in a common method that can be used
    to `FindFirstMatchedLane` in other APIs as well.
    kunalspathak committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c5c317c View commit details
    Browse the repository at this point in the history
  3. correct implementation

    kunalspathak committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    53c1d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    de098d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee145e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5d2e3a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    ae00e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48241ac View commit details
    Browse the repository at this point in the history