[PATCH] D69697: [WebAssembly] Add experimental SIMD dot product instruction
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 19:56:42 PDT 2019
aheejin added inline comments.
================
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:135
+TARGET_BUILTIN(__builtin_wasm_dot_s_i32x4_i16x8, "V4iV8s", "nc", "simd128")
+
----------------
We talked offline. There should be two arguments :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69697/new/
https://reviews.llvm.org/D69697
More information about the cfe-commits
mailing list