Wasm: use PMADDWD without wormhole
Closed this issue · 0 comments
yurydelendik commented
Currently PMADDWD is used via wormhole
Line 99 in baa6bdf
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.