diff --git a/.gitmodules b/.gitmodules index c23be3a..4358c42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "ext/FastPFor"] - path = ext/FastPFor - url = https://github.com/lemire/FastPFor.git [submodule "ext/libfor"] path = ext/libfor url = https://github.com/cruppstahl/libfor.git @@ -28,3 +25,6 @@ [submodule "ext/simdcomp"] path = ext/simdcomp url = https://github.com/lemire/simdcomp.git +[submodule "FastPFor"] + path = FastPFor + url = https://github.com/lemire/FastPFor diff --git a/ext/FastPFor b/FastPFor similarity index 100% rename from ext/FastPFor rename to FastPFor