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 bf60b45 commit a08d71eCopy full SHA for a08d71e
VERSION
@@ -1 +1 @@
1
-2.4.1
+2.4.2
lib/NGT/PrimitiveComparatorX86.cpp
@@ -16,7 +16,7 @@
16
17
#include "NGT/defines.h"
18
19
-#if defined(__x86_64__) && !defined(NGT_AVX_DISABLED) && defined(NGT_PQ4)
+#if defined(__x86_64__) && !defined(NGT_NO_AVX) && defined(NGT_PQ4)
20
21
#include "NGT/Common.h"
22
#include "NGT/PrimitiveComparator.h"
lib/NGT/defines.h.in
@@ -76,7 +76,7 @@
76
#define NGT_REFINEMENT
77
78
79
-#if defined(NGT_AVX_DISABLED)
+#if defined(NGT_AVX_DISABLED) || !defined(__AVX__)
80
#define NGT_NO_AVX
81
#elif defined(NGT_AVX2)
82
#undef NGT_AVX512
0 commit comments