General matrix multiplication for f32 and f64 matrices with AVX/SSE2 support and multithreading.
# Cargo.toml
[dependencies]
matrixmultiply = "0.3.10"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs general matrix multiplication (GEMM) for f32 matrices.
Ensure matrices have correct dimensions and strides.
No dependency data recorded yet.