Skip to content
No description, website, or topics provided.
Branch: stdsimd
Clone or download
Pull request Compare This branch is 2 commits ahead, 20 commits behind hsivonen:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benches
examples
src
.gitignore
.travis.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

WORK IN PROGRESS: This branch is meant to be built on top of SIMD in std, which currently uses https://github.com/BurntSushi/stdsimd. The goal is to get this crate building on Rust stable. Currently, the crate builds, but won't work (yet) for supporting non-Intel or newer things than SSE2. Getting it to work completely on Rust stable is blocked on actually stabilizing SIMD and doing a bit more work to make everything this crate needs available in stdsimd.

simd

Build Status

simd offers a basic interface to the SIMD functionality of CPUs.

Documentation

You can’t perform that action at this time.