1 2 3 4 5 6 7 8
//! Additional Q4K scalar coverage tests and AVX2 GEMV coverage tests. #[cfg(target_arch = "x86_64")] mod avx2_dispatch; mod boundary_mutation; mod f16_and_parsing; mod parallel_dispatch; mod scalar_coverage;