kpu/intgemm

Wasm: use PMADDWD without wormhole

Closed this issue · 0 comments

Currently PMADDWD is used via wormhole

#ifdef INTGEMM_WORMHOLE

The WebAssembly specification provides i32x4.dot_i16x8_s which is equivalent for C's _mm_madd_epi16. It is recommended to remove wormhole specialization for it.