[PATCH] D76959: [WebAssembly] Import wasm_simd128.h from Emscripten

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 27 17:05:43 PDT 2020


tlively created this revision.
tlively added reviewers: aheejin, sunfish.
Herald added subscribers: cfe-commits, jgravelle-google, sbc100, mgorny, dschuff.
Herald added a project: clang.
tlively updated this revision to Diff 253249.
tlively added a comment.

- Update license to match xmmintrin.h format


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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76959

Files:
  clang/lib/Headers/CMakeLists.txt
  clang/lib/Headers/wasm_simd128.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76959.253249.patch
Type: text/x-patch
Size: 51072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200328/5440e591/attachment-0001.bin>


More information about the cfe-commits mailing list