Skip to content

Commit

Permalink
sse2neon
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Nov 10, 2023
1 parent de58ab7 commit 4543386
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ext_libs/sse2neon
Submodule sse2neon added at 31cb30
1 change: 0 additions & 1 deletion ext_libs/sse2neon/sse2neon
Submodule sse2neon deleted from 270cf6

0 comments on commit 4543386

Please sign in to comment.