From 8a7b7497bdf78f9099f8d5a3a2c9bde87ddd52da Mon Sep 17 00:00:00 2001 From: "Willy R. Vasquez" Date: Sun, 29 Jan 2023 10:48:56 -0600 Subject: wasm2c: add SIMD support (#2119) This change incorporates [simd-everywhere](https://github.com/simd-everywhere/simde) into the wasm2c output, which maps wasm SIMD C intrinsics to any supported target architecture. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bb8a7a6e..bbce3266 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "third_party/picosha2"] path = third_party/picosha2 url = https://github.com/okdshin/PicoSHA2 +[submodule "third_party/simde"] + path = third_party/simde + url = https://github.com/simd-everywhere/simde -- cgit v1.2.3