bluss / matrixmultiply

General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
https://docs.rs/matrixmultiply/
Apache License 2.0
209 stars 25 forks source link

Performance regression on nightly #9

Closed bluss closed 8 years ago

bluss commented 8 years ago

Since first of august due to an llvm upgrade, we lose a lot of performance, upstream bug: rust-lang/rust/issues/35662