Skip to content

Commit

Permalink
[WebAssembly] Import wasm_simd128.h from Emscripten
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tlively committed Mar 31, 2020
1 parent 63d70ea commit 5074776
Show file tree
Hide file tree
Showing 2 changed files with 1,146 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Headers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ set(files
vecintrin.h
vpclmulqdqintrin.h
waitpkgintrin.h
wasm_simd128.h
wbnoinvdintrin.h
wmmintrin.h
__wmmintrin_aes.h
Expand Down
Loading

0 comments on commit 5074776

Please sign in to comment.