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

Expose various integer intrinsics for Avx512F, Avx512BW, and Avx512CD #85833

Merged
merged 23 commits into from
May 10, 2023

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    3652db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c9690 View commit details
    Browse the repository at this point in the history
  3. Expose SumAbsoluteDifferencesInBlock32 for Avx512BW + DetectConflicts…

    … and LeadingZeroCOunt for Avx512DQ
    tannergooding committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f9158a8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    2487a19 View commit details
    Browse the repository at this point in the history
  2. Apply formatting patch

    tannergooding committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6e72be6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6046e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea83d7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e58abbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5323e2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Move the complex ternary logic simplification logic to import, since …

    …the JIT will never produce such nodes itself
    tannergooding committed May 8, 2023
    Configuration menu
    Copy the full SHA
    2584e7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6636fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acdfb9b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    49646ce View commit details
    Browse the repository at this point in the history
  2. Ensure val1/2/3 are GenTree** so swapping works and add a comment exp…

    …laining the TernaryLogic table
    tannergooding committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1420642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af17d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d8378 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc081b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94b5e53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d0a740 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    d07bc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afccab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c74fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e751e9c View commit details
    Browse the repository at this point in the history