[WebAssembly] Import wasm_simd128.h from Emscripten
authorThomas Lively <tlively@google.com>
Fri, 27 Mar 2020 23:34:27 +0000 (16:34 -0700)
committerThomas Lively <tlively@google.com>
Tue, 31 Mar 2020 00:04:18 +0000 (17:04 -0700)
commit5074776de478a114ece3f82668aa1363b2f17c92
tree21be122e231f1fbc9d58dd4c2a5353cbb982dc3c
parent63d70ea6a07131587e09914176551f4437187f78
[WebAssembly] Import wasm_simd128.h from Emscripten

Summary:
As the WebAssembly SIMD proposal nears stabilization, there is desire
to use it with toolchains other than Emscripten. Moving the intrinsics
header to clang will make it available to WASI toolchains as well.

Reviewers: aheejin, sunfish

Subscribers: dschuff, mgorny, sbc100, jgravelle-google, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D76959
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/wasm_simd128.h [new file with mode: 0644]