From 814fe35cdf530f06c1fc8e96902e790995088a78 Mon Sep 17 00:00:00 2001 From: Roelof van Dijk Date: Mon, 13 May 2024 09:56:17 +0200 Subject: [PATCH] feat: add sse2neon submodule --- .gitmodules | 3 +++ 3rdparty/sse2neon | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/sse2neon diff --git a/.gitmodules b/.gitmodules index ea113018..cdf3d2f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,6 @@ path = 3rdparty/msmw3 url = https://github.com/cmla/msmw3 ignore = untracked +[submodule "3rdparty/sse2neon"] + path = 3rdparty/sse2neon + url = https://github.com/DLTcollab/sse2neon diff --git a/3rdparty/sse2neon b/3rdparty/sse2neon new file mode 160000 index 00000000..ab7a3479 --- /dev/null +++ b/3rdparty/sse2neon @@ -0,0 +1 @@ +Subproject commit ab7a34794507332edfa93b824b256f41e43f9e31