[all-commits] [llvm/llvm-project] 507477: [WebAssembly] Import wasm_simd128.h from Emscripten
Thomas Lively via All-commits
all-commits at lists.llvm.org
Mon Mar 30 17:10:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5074776de478a114ece3f82668aa1363b2f17c92
https://github.com/llvm/llvm-project/commit/5074776de478a114ece3f82668aa1363b2f17c92
Author: Thomas Lively <tlively at google.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M clang/lib/Headers/CMakeLists.txt
A clang/lib/Headers/wasm_simd128.h
Log Message:
-----------
[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
More information about the All-commits
mailing list