diff options
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 |