summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTriang3l <triang3l@yandex.ru>2020-12-08 22:31:09 +0300
committerTriang3l <triang3l@yandex.ru>2020-12-08 22:31:09 +0300
commit36a0bcec8b85e225c49c8a4e26cdd3c79cf47710 (patch)
treec369af347165e25aa9201ad790decb51be65575d /.gitmodules
parent9a4643d0f2435e5acb2bf4636d949a9995f9f73d (diff)
[GPU] XXH3 hash instead of XXH64
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b8f139b8a..fef75312b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -73,3 +73,6 @@
[submodule "third_party/date"]
path = third_party/date
url = https://github.com/HowardHinnant/date.git
+[submodule "third_party/xxhash"]
+ path = third_party/xxhash
+ url = https://github.com/Cyan4973/xxHash.git