From ac4f2b7918c832b3241f633c9f7eb0325a8aeb6f Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sun, 18 Apr 2021 23:40:08 +0100 Subject: [PATCH] change path to cpu_features submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b85836eb..143e62d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/henrydcase/benchmark.git [submodule "3rd/cpu_features"] path = 3rd/cpu_features - url = https://github.com/google/cpu_features.git + url = https://github.com/henrydcase/cpu_features.git