[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
This commit is contained in:
Thomas Lively
2020-03-27 16:34:27 -07:00
parent 63d70ea6a0
commit 5074776de4
2 changed files with 1146 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ set(files
vecintrin.h
vpclmulqdqintrin.h
waitpkgintrin.h
wasm_simd128.h
wbnoinvdintrin.h
wmmintrin.h
__wmmintrin_aes.h

File diff suppressed because it is too large Load Diff