uv_patch_packed_simd 0.3.5

Portable Packed SIMD vectors. Temporary fork implementing asin and acos for `ultraviolet` to unblock release.
[package]
name = "uv_patch_packed_simd"
version = "0.3.5"
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "Gray Olson <gray@grayolson.com>"]
description = "Portable Packed SIMD vectors. Temporary fork implementing asin and acos for `ultraviolet` to unblock release."
documentation = "https://docs.rs/crate/uv_patch_packed_simd/"
repository = "https://github.com/termhn/packed_simd"
keywords = ["simd", "vector", "portability"]
categories = ["hardware-support", "concurrency", "no-std", "data-structures"]
license = "MIT/Apache-2.0"
build = "build.rs"
edition = "2018"

[dependencies]
cfg-if = "^0.1.6"
core_arch = { version = "^0.1.4", optional = true }
libm = "0.1.2"

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

[dev-dependencies]
paste = "^0.1.3"
arrayvec = { version = "^0.5", default-features = false }

[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
version = "^0.1.2"
optional = true

[target.wasm32-unknown-unknown.dev-dependencies]
wasm-bindgen = "=0.2.52"
wasm-bindgen-test = "=0.3.2"