[PATCH] D101112: [WebAssembly] Finalize wasm_simd128.h intrinsics
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 23 12:08:36 PDT 2021
tlively added a comment.
In D101112#2710521 <https://reviews.llvm.org/D101112#2710521>, @aheejin wrote:
> General question about SIMD intrinsics: So we make dedicated wasm intrinsics only for the cases there are not general intrinsics people can use instead?
No, every instruction in the proposal has an intrinsic so users don't need to worry about learning about the compiler's built-in vector support.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101112/new/
https://reviews.llvm.org/D101112
More information about the cfe-commits
mailing list