v0.2.0
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.