From 07259469bb408935bdcdeff8cc95a52e8cbad4a2 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 14:12:35 +0100 Subject: [PATCH] . --- .gitmodules | 6 +++--- ext/FastPFor => FastPFor | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename ext/FastPFor => FastPFor (100%) 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