sarah-quinones / gemm

MIT License
76 stars 11 forks source link

Adding SIMD128 for wasm. #9

Open Narsil opened 1 year ago

Narsil commented 1 year ago

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 ?