[[bench]]
harness = false
name = "benchmarks"
[dependencies.rawpointer]
version = "0.1"
[dev-dependencies.bencher]
version = "0.1.2"
[lib]
bench = false
[package]
authors = ["bluss"]
build = "build.rs"
description = "General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. `RUSTFLAGS=\"-C target-cpu=native\"` is your friend here."
documentation = "https://docs.rs/matrixmultiply/0.1/"
keywords = ["matrix", "sgemm", "dgemm"]
license = "MIT/Apache-2.0"
name = "matrixmultiply"
repository = "https://github.com/bluss/matrixmultiply/"
version = "0.1.15"
[package.metadata.release]
no-dev-version = true