simd-polyfill ============= [![Crates.io](https://img.shields.io/crates/v/simd-polyfill)](https://crates.io/crates/simd-polyfill) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/simd-polyfill) ![Rustc Nightly](https://img.shields.io/badge/rustc-nightly-lightgray.svg) [![License](https://img.shields.io/crates/l/simd-polyfill)](https://crates.io/crates/simd-polyfill) SIMD polyfill for Rust. Provides implementations of SIMD instruction sets that work on all other SIMD instruction sets. ## License simd-polyfill is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.