gecko-dev/third_party/rust/simd
Henri Sivonen e4805fd183 Bug 1466807 - Update encoding_rs to 0.8.0. r=emk
MozReview-Commit-ID: 30vmruy1kiL

--HG--
extra : rebase_source : 0e3e489fde0485919cd03529ba5d6d030863bfc1
2018-06-05 13:50:20 +03: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 1466807 - Update encoding_rs to 0.8.0. r=emk 2018-06-05 13:50:20 +03:00
.travis.yml
Cargo.toml Bug 1466807 - Update encoding_rs to 0.8.0. r=emk 2018-06-05 13:50:20 +03:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1466807 - Update encoding_rs to 0.8.0. r=emk 2018-06-05 13:50:20 +03:00

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