simdeez 1.0.0

SIMD library to abstract over different instruction sets and widths
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.paste]
version = "0.1.6"

[dependencies.sleef-sys]
optional = true
version = "0.1.2"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.7.2"

[features]
sleef = ["sleef-sys"]

[package]
authors = ["Jack Mott <jack.mott@gmail.com>"]
categories = ["hardware-support", "science", "game-engines"]
description = "SIMD library to abstract over different instruction sets and widths"
documentation = "https://docs.rs/simdeez/"
edition = "2018"
keywords = ["SIMD", "avx2", "sse", "performance", "no_std"]
license = "Apache-2.0/MIT"
name = "simdeez"
readme = "README.md"
repository = "https://github.com/jackmott/simdeez"
version = "1.0.0"