We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359b2ba commit 2c538dbCopy full SHA for 2c538db
hnswlib/hnswlib.h
@@ -15,7 +15,7 @@
15
#ifdef _MSC_VER
16
#include <intrin.h>
17
#include <stdexcept>
18
-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) {
19
__cpuidex(out, eax, ecx);
20
}
21
static __int64 xgetbv(unsigned int x) {
0 commit comments