[PATCH] D52856: [WebAssembly] __builtin_wasm_replace_lane_* builtins
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 4 15:15:50 PDT 2018
tlively added a comment.
In https://reviews.llvm.org/D52856#1255905, @dschuff wrote:
> W is int64_t (which is long long for wasm32 and would probably be long for wasm64 since that would probably LP64 (like Linux) rather than LLP64 (Like Win64). So if we want it to be the same for both wasm32 and wasm64, I guess we want LL.
Ideally I would be able to exactly specify int8_t, int32_t, etc, but c/s/i/LLi works too.
Repository:
rC Clang
https://reviews.llvm.org/D52856
More information about the cfe-commits
mailing list