gemm_c32/
lib.rs

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