gecko-dev/third_party/rust/simd
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
benches
examples
src
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
Cargo.toml Bug 1496296 - Update encoding_rs to 0.8.9 and simd to 0.2.3 r=froydnj 2018-10-04 13:51:39 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1496296 - Update encoding_rs to 0.8.9 and simd to 0.2.3 r=froydnj 2018-10-04 13:51:39 +00:00
build.rs Bug 1496296 - Update encoding_rs to 0.8.9 and simd to 0.2.3 r=froydnj 2018-10-04 13:51:39 +00:00

README.md

simd

Build Status crates.io docs.rs

simd offers a basic interface to the SIMD functionality of CPUs. (Note: This crate fails to build unless the target is aarch64, x86_64, i686 (i.e. SSE2 enabled; not i586) or an ARMv7 target (thumb or not) with NEON enabled.)

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

Documentation