[PATCH] D79742: [WebAssembly] Implement pseudo-min/max SIMD instructions
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 11 17:18:45 PDT 2020
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:147
+TARGET_BUILTIN(__builtin_wasm_pmin_f64x2, "V2dV2dV2d", "nc", "simd128")
+TARGET_BUILTIN(__builtin_wasm_pmax_f64x2, "V2dV2dV2d", "nc", "simd128")
----------------
For unimplemented instructions, when do we use `simd128` and when `unimplemented-simd128`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79742/new/
https://reviews.llvm.org/D79742
More information about the cfe-commits
mailing list