Skip to content

Commit 1b25f65

Browse files
committed
MAINT: Update matrixmultiply dependency to 0.2
This brings better vectorization and much higher performance on x86-64 by default.
1 parent 05405f5 commit 1b25f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ itertools = { version = "0.7.0", default-features = false }
3636
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
3737
blas-src = { version = "0.2.0", optional = true, default-features = false }
3838

39-
matrixmultiply = { version = "0.1.15" }
39+
matrixmultiply = { version = "0.2.0" }
4040
# Use via the `serde-1` crate feature!
4141
serde = { version = "1.0", optional = true }
4242

0 commit comments

Comments
 (0)