generic-simd ============ [![Build Status](https://github.com/calebzulawski/generic-simd/workflows/Build/badge.svg?branch=master)](https://github.com/calebzulawski/generic-simd/actions) ![Rustc Version 1.42+](https://img.shields.io/badge/rustc-1.42+-lightgray.svg) [![License](https://img.shields.io/crates/l/generic-simd)](https://crates.io/crates/generic-simd) [![Crates.io](https://img.shields.io/crates/v/generic-simd)](https://crates.io/crates/generic-simd) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/generic-simd) generic-simd provides safe and idiomatic zero-cost abstractions for writing explicit cross-platform SIMD operations. ## License generic-simd 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.