[go: up one dir, main page]

stdsimd 0.1.2

SIMD support in Rust's standard library.
example = []
[badges.appveyor]
repository = "rust-lang-nursery/stdsimd"

[badges.is-it-maintained-issue-resolution]
repository = "rust-lang-nursery/stdsimd"

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

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "rust-lang-nursery/stdsimd"
[dependencies.cfg-if]
version = "0.1"

[dependencies.coresimd]
version = "0.1.2"

[dependencies.libc]
version = "0.2"

[features]
default = []
wasm_simd128 = ["coresimd/wasm_simd128"]

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["hardware-support"]
description = "SIMD support in Rust's standard library."
documentation = "https://docs.rs/stdsimd"
homepage = "https://github.com/rust-lang-nursery/stdsimd"
keywords = ["std", "simd", "intrinsics"]
license = "MIT/Apache-2.0"
name = "stdsimd"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/stdsimd"
version = "0.1.2"