You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid using built-in function in _mm_madd_epi16. NFC (#17848)
Commit llvm/llvm-project@502f540 finalized the wasm_simd128.h
intrinsics header, so using the built-in equivalent of
wasm_i32x4_dot_i16x8 is not needed here.
0 commit comments