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 ca85f0d commit 5b3d81bCopy full SHA for 5b3d81b
hnswlib/hnswlib.h
@@ -1,4 +1,11 @@
1
#pragma once
2
+
3
+#ifndef HNSWLIB_ERR_OVERRIDE
4
+ #define HNSWERR std::cerr
5
+#else
6
+ #define HNSWERR HNSWLIB_ERR_OVERRIDE
7
+#endif
8
9
#ifndef NO_MANUAL_VECTORIZATION
10
#if (defined(__SSE__) || _M_IX86_FP > 0 || defined(_M_AMD64) || defined(_M_X64))
11
#define USE_SSE
0 commit comments