gemm
gemm copied to clipboard
Adding SIMD128 for wasm.
F32 and F64.
F32 was tested. Weirdly, the F64 simd code is flagged as deadcode but it is actually operational.
Should fix : https://github.com/sarah-ek/gemm/issues/3
It's indeed compile time simd detection instead of runtime detection, but I'm under the impression that this is OK. Wdyt ?