From 4543386282b5bc0cf2f3cc252a8aa503534502d6 Mon Sep 17 00:00:00 2001 From: Griffin Bassman Date: Fri, 10 Nov 2023 15:43:44 -0500 Subject: [PATCH] sse2neon --- .github/workflows/vendor_build.yml | 2 +- .gitmodules | 6 +++--- ext_libs/sse2neon | 1 + ext_libs/sse2neon/sse2neon | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) create mode 160000 ext_libs/sse2neon delete mode 160000 ext_libs/sse2neon/sse2neon diff --git a/.github/workflows/vendor_build.yml b/.github/workflows/vendor_build.yml index 1db46cc2b4b..d52ba9f7f4d 100644 --- a/.github/workflows/vendor_build.yml +++ b/.github/workflows/vendor_build.yml @@ -55,7 +55,7 @@ jobs: working-directory: build run: ctest --output-on-failure --no-tests=error --label-regex VWTestList --parallel 2 - name: Test - run: python3 test/run_tests.py -f --clean_dirty -E 0.001 -t 148 + run: python3 test/run_tests.py -f --clean_dirty -E 0.001 env: NUM_JOBS: 1 build_vendor_windows: diff --git a/.gitmodules b/.gitmodules index fa37e01917c..02d835c64d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,12 +19,12 @@ [submodule "ext_libs/vcpkg"] path = ext_libs/vcpkg url = ../../microsoft/vcpkg.git -[submodule "ext_libs/sse2neon"] - path = ext_libs/sse2neon/sse2neon - url = https://github.com/DLTcollab/sse2neon [submodule "ext_libs/ensmallen"] path = ext_libs/ensmallen url = https://github.com/mlpack/ensmallen.git [submodule "ext_libs/armadillo-code"] path = ext_libs/armadillo-code url = https://gitlab.com/conradsnicta/armadillo-code.git +[submodule "ext_libs/sse2neon"] + path = ext_libs/sse2neon + url = https://github.com/DLTcollab/sse2neon.git diff --git a/ext_libs/sse2neon b/ext_libs/sse2neon new file mode 160000 index 00000000000..31cb30b1f93 --- /dev/null +++ b/ext_libs/sse2neon @@ -0,0 +1 @@ +Subproject commit 31cb30b1f93256d7aa19bfbaf4558c1d35e9b3ba diff --git a/ext_libs/sse2neon/sse2neon b/ext_libs/sse2neon/sse2neon deleted file mode 160000 index 270cf6efbc7..00000000000 --- a/ext_libs/sse2neon/sse2neon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 270cf6efbc7efaae1ea017727079e929814b8002