Skip to content

v0.2.0

Compare
Choose a tag to compare
@cospectrum cospectrum released this 04 Mar 22:11
· 90 commits to main since this release

v0.2.0

New NeonKernel8x8 (so far only for f32) and some small changes.

Migration Guide

MatRef::new(nrows, ncols, values, Layout::RowMajor) -> MatRef::row_major(nrows, ncols, values) (and so on).
GenericNxNKernel -> GenericKernelNxN.
NeonKernel -> NeonKernel4x4.
"packing_buf" type: impl AsMut<[Scalar]> -> &mut [Scalar].

WasmSimd128Kernel is deprecated.