intel-mkl-sys 0.8.1

Rust binding of unique functions in Intel(R) MKL
Documentation
[[bench]]
harness = false
name = "cos"
[dependencies.intel-mkl-src]
default-features = false
version = "0.8.0"
[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.3.6"

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

[features]
default = []
mkl-dynamic-ilp64-iomp = ["intel-mkl-src/mkl-dynamic-ilp64-iomp"]
mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
mkl-dynamic-lp64-iomp = ["intel-mkl-src/mkl-dynamic-lp64-iomp"]
mkl-dynamic-lp64-seq = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
mkl-static-ilp64-iomp = ["intel-mkl-src/mkl-static-ilp64-iomp"]
mkl-static-ilp64-seq = ["intel-mkl-src/mkl-static-ilp64-seq"]
mkl-static-lp64-iomp = ["intel-mkl-src/mkl-static-lp64-iomp"]
mkl-static-lp64-seq = ["intel-mkl-src/mkl-static-lp64-seq"]

[package]
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
description = "Rust binding of unique functions in Intel(R) MKL"
edition = "2018"
keywords = ["ffi"]
license-file = "License.txt"
name = "intel-mkl-sys"
readme = "README.md"
repository = "https://github.com/rust-math/intel-mkl-src"
rust-version = "1.61.0"
version = "0.8.1"