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

Implement ShuffleUnsafe methods and optimise Shuffle for non-constant indices #99596

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. Squash into 1 commit

    hamarb123 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    95b8eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e4884 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Optimise some codegen

    - Optimise comparison in `gtNewSimdShuffleNodeVariable` for xarch
    - Optimise for constant vector in Vector256.Shuffle{Unsafe} when have AVX2 only
    hamarb123 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b9be44e View commit details
    Browse the repository at this point in the history
  2. jit format

    hamarb123 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1423e85 View commit details
    Browse the repository at this point in the history
  3. jit format

    hamarb123 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ff76287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca1a5fa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Sep 10, 2024

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