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

remove packed_simd in favor of std::simd and #![feature(portable_simd)] #92

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 9, 2024

  1. remove packed_simd in favor of std::simd

    Fixes 91
    
    As mentioned in the `packed_simd` README, the crate is superseded by
    `#![feature(portable_simd)]`.
    ytmimi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c36db9f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. update docs to mention std::simd and #![feature(portable_simd)]

    This replaces the simd docs that used to reference packed_simd.
    ytmimi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    32a098d View commit details
    Browse the repository at this point in the history