[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:
@@ -109,6 +109,7 @@ set(files
|
||||
vecintrin.h
|
||||
vpclmulqdqintrin.h
|
||||
waitpkgintrin.h
|
||||
wasm_simd128.h
|
||||
wbnoinvdintrin.h
|
||||
wmmintrin.h
|
||||
__wmmintrin_aes.h
|
||||
|
||||
1145
clang/lib/Headers/wasm_simd128.h
Normal file
1145
clang/lib/Headers/wasm_simd128.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user