[PATCH] D52856: [WebAssembly] __builtin_wasm_replace_lane_* builtins
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 4 15:13:04 PDT 2018
dschuff added a comment.
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.
Repository:
rC Clang
https://reviews.llvm.org/D52856
More information about the cfe-commits
mailing list