simd 0.2.2

`simd` offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the `std::simd` implementation RFC 2366.)
Documentation

simd

Build Status crates.io docs.rs

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

This crate is expected to become obsolete once the implementation of RFC 2366 lands in the standard library.

Documentation