This commit is contained in:
x
2017-01-04 14:12:35 +01:00
parent 8ef2554d6b
commit 07259469bb
2 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "ext/FastPFor"]
path = ext/FastPFor
url = https://github.com/lemire/FastPFor.git
[submodule "ext/libfor"] [submodule "ext/libfor"]
path = ext/libfor path = ext/libfor
url = https://github.com/cruppstahl/libfor.git url = https://github.com/cruppstahl/libfor.git
@ -28,3 +25,6 @@
[submodule "ext/simdcomp"] [submodule "ext/simdcomp"]
path = ext/simdcomp path = ext/simdcomp
url = https://github.com/lemire/simdcomp.git url = https://github.com/lemire/simdcomp.git
[submodule "FastPFor"]
path = FastPFor
url = https://github.com/lemire/FastPFor