Skip to main content

matmul_simd_friendly

Function matmul_simd_friendly 

Source
pub fn matmul_simd_friendly(a: &MatrixF64, b: &MatrixF64) -> Option<MatrixF64>
Expand description

Matrix multiplication using SIMD-friendly layout

This function is designed to be vectorized by LLVM for WASM SIMD.