Documentation
[dev-dependencies.const-str]
version = "0.5.3"

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

[features]
alloc = []
detect = ["std"]
std = ["alloc"]
unstable = []

[package]
categories = ["no-std"]
description = "SIMD utilities"
edition = "2021"
keywords = ["simd"]
license = "MIT"
name = "vsimd"
readme = "README.md"
repository = "https://github.com/Nugine/simd"
rust-version = "1.63"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_arch=\"wasm32\")".dev-dependencies.getrandom]
features = ["js"]
version = "0.2.8"

[target."cfg(target_arch=\"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.33"