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

feat(rust): simd ops of reduce min, min, find and gather #1514

Merged
merged 10 commits into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. pass build

    eddyxu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2c2da84 View commit details
    Browse the repository at this point in the history
  2. add From trait

    eddyxu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a1cdd0b View commit details
    Browse the repository at this point in the history
  3. only gather on f32x8

    eddyxu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    81f608c View commit details
    Browse the repository at this point in the history
  4. f32

    eddyxu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    115bfbf View commit details
    Browse the repository at this point in the history
  5. simd on aarch

    eddyxu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7090eae View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. add some

    eddyxu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8587db0 View commit details
    Browse the repository at this point in the history
  2. use

    eddyxu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3674e1e View commit details
    Browse the repository at this point in the history
  3. find

    eddyxu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2f7a212 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    eddyxu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8e27bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f6e2b7 View commit details
    Browse the repository at this point in the history