gemm_f64/
gemm.rs

1pub mod f64 {
2    type T = f64;
3    gemm_common::gemm_def!(f64, 1);
4}