gemm-c64 0.19.0

Playground for matrix multiplication algorithms
Documentation
1
2
3
4
5
6
7
#![cfg_attr(not(feature = "std"), no_std)]

pub mod gemm;
mod microkernel;

#[macro_use]
extern crate gemm_common;