packed_simd 0.3.9

Portable Packed SIMD vectors
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "rust-lang/packed_simd"

[badges.is-it-maintained-open-issues]
repository = "rust-lang/packed_simd"

[badges.maintenance]
status = "experimental"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.core_arch]
optional = true
version = "0.1.5"

[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.14"
[dev-dependencies.arrayvec]
default-features = false
version = "^0.5"

[dev-dependencies.paste]
version = "^1"

[features]
default = []
into_bits = []
libcore_neon = []

[package]
build = "build.rs"
categories = ["hardware-support", "concurrency", "no-std", "data-structures"]
description = "Portable Packed SIMD vectors"
documentation = "https://docs.rs/crate/packed_simd/"
edition = "2018"
homepage = "https://github.com/rust-lang/packed_simd"
keywords = ["simd", "vector", "portability"]
license = "MIT OR Apache-2.0"
name = "packed_simd"
readme = "README.md"
repository = "https://github.com/rust-lang/packed_simd"
version = "0.3.9"
[package.metadata.docs.rs]
features = ["into_bits"]
rustdoc-args = ["--cfg", "doc_cfg"]
[target."cfg(target_arch = \"x86_64\")".dependencies.sleef-sys]
optional = true
version = "0.1.2"
[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen]
version = "=0.2.87"

[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
version = "=0.3.37"