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 Ascii.Equality.Equals and Ascii.Equality.EqualsIgnoreCase with Vector512 code path #88650

Merged
merged 14 commits into from
Jul 18, 2023

Commits on Jul 11, 2023

  1. merging with main

    Enabling AVX512 for ASCII.Equals
    khushal1996 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e4ad7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa55be View commit details
    Browse the repository at this point in the history
  3. Correcting defects

    khushal1996 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d1912d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d4426 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6abe1ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd39889 View commit details
    Browse the repository at this point in the history
  7. Removing check for AVX512F and adding a check for Vector512 because t…

    …he library is not using any functions from AVX512F
    khushal1996 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ce35528 View commit details
    Browse the repository at this point in the history
  8. Removing check for CompExactlyDependsOn(AVX512F) from AllCharsInVecto…

    …rAreAscii for Vector 512. Also checking for Vector512 support and not AVX512F in ASCIIEquality.Equals
    khushal1996 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    75c33c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c600cf View commit details
    Browse the repository at this point in the history
  10. resolving merge errors

    khushal1996 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f1930dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e01940 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Jul 18, 2023

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