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 Bug 1431356 - Update encoding_rs to 0.7.2 and simd to 0.2.1. r=emk. 2018-01-18 12:26:21 +02:00
src Bug 1466807 - Update encoding_rs to 0.8.0. r=emk 2018-06-05 13:50:20 +03:00
.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