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

Support SIMD on Rust stable #520

Merged
merged 24 commits into from
Mar 30, 2023
Merged

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    9312a13 View commit details
    Browse the repository at this point in the history
  2. Support SIMD on stable Rust

    koute committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bd32f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7343254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1761028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94035c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bccad56 View commit details
    Browse the repository at this point in the history
  7. Add #[allow(dead_code)]s

    koute committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0db286b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0a3709 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a448528 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    94aee21 View commit details
    Browse the repository at this point in the history
  2. Remove the IntoBits trait

    koute committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7393812 View commit details
    Browse the repository at this point in the history
  3. Remove the i32x8 wrapper type

    koute committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5f1f887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    590f20e View commit details
    Browse the repository at this point in the history
  5. Add extra doc comments

    koute committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    70f6b69 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    69dbacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad56e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6288388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5e2d2e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Added SIMD MSRV test; docs

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4bfe9ce View commit details
    Browse the repository at this point in the history
  2. Fixed yaml

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cada35f View commit details
    Browse the repository at this point in the history
  3. Fixed yaml again

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fa52eaf View commit details
    Browse the repository at this point in the history
  4. CI wibble

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    07e5b8d View commit details
    Browse the repository at this point in the history
  5. Put AVX2 build in MSRV test

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    60ce89a View commit details
    Browse the repository at this point in the history
  6. Added comment

    rozbb committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6b676d4 View commit details
    Browse the repository at this point in the history