Docs.rs
microgemm-0.2.0-alpha
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
microgemm 0.2.0-alpha
General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
ker4x4
ker8x8
mod.rs
1
2
3
4
5
mod
ker4x4
;
mod
ker8x8
;
pub
use
ker4x4
::
NeonKernel4x4
;
pub
use
ker8x8
::
NeonKernel8x8
;