diff options
author | Willy R. Vasquez <wrv@utexas.edu> | 2023-01-29 10:48:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 08:48:56 -0800 |
commit | 8a7b7497bdf78f9099f8d5a3a2c9bde87ddd52da (patch) | |
tree | 1996c3154a28f875248d4fed6fdfe54cd1b6c856 /.gitmodules | |
parent | c831b98d2ed0571cda9b3ed7acaddd0df2c5a934 (diff) | |
download | wabt-8a7b7497bdf78f9099f8d5a3a2c9bde87ddd52da.tar.gz wabt-8a7b7497bdf78f9099f8d5a3a2c9bde87ddd52da.tar.bz2 wabt-8a7b7497bdf78f9099f8d5a3a2c9bde87ddd52da.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |