1#![cfg_attr(not(feature = "std"), no_std)] 2 3pub mod gemm; 4pub mod microkernel; 5 6#[macro_use] 7extern crate gemm_common;