[PATCH] D98466: [WebAssembly] Remove experimental SIMD instructions
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 11:18:16 PST 2021
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:191
-TARGET_BUILTIN(__builtin_wasm_qfma_f32x4, "V4fV4fV4fV4f", "nc", "simd128")
-TARGET_BUILTIN(__builtin_wasm_qfms_f32x4, "V4fV4fV4fV4f", "nc", "simd128")
----------------
I guess this answers my question from the previous review :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98466/new/
https://reviews.llvm.org/D98466
More information about the llvm-commits
mailing list