From 2c538db13d1985330bd6d20bfa38e0d287ef3f29 Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Wed, 17 May 2023 10:11:05 +0200 Subject: [PATCH] Add static again --- hnswlib/hnswlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnswlib/hnswlib.h b/hnswlib/hnswlib.h index fb7118fa..ac2378e4 100644 --- a/hnswlib/hnswlib.h +++ b/hnswlib/hnswlib.h @@ -15,7 +15,7 @@ #ifdef _MSC_VER #include #include -void cpuid(int32_t out[4], int32_t eax, int32_t ecx) { +static void cpuid(int32_t out[4], int32_t eax, int32_t ecx) { __cpuidex(out, eax, ecx); } static __int64 xgetbv(unsigned int x) {