1pub mod f32 { 2 #[allow(unused_imports)] 3 use gemm_common::gemm::c32; 4 5 type T = f32; 6 gemm_common::gemm_cplx_def!(f32, c32, 2); 7}