From 1b25f65b660b6602cbb990f561f9e4a612752241 Mon Sep 17 00:00:00 2001 From: bluss Date: Wed, 21 Nov 2018 21:31:28 +0100 Subject: [PATCH] MAINT: Update matrixmultiply dependency to 0.2 This brings better vectorization and much higher performance on x86-64 by default. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 372092d9a..26e10fd85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ itertools = { version = "0.7.0", default-features = false } cblas-sys = { version = "0.1.4", optional = true, default-features = false } blas-src = { version = "0.2.0", optional = true, default-features = false } -matrixmultiply = { version = "0.1.15" } +matrixmultiply = { version = "0.2.0" } # Use via the `serde-1` crate feature! serde = { version = "1.0", optional = true }