gemm icon indicating copy to clipboard operation
gemm copied to clipboard

Adding SIMD128 for wasm.

Open Narsil opened this issue 1 year ago • 0 comments

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 ?

Narsil avatar Jul 16 '23 07:07 Narsil