We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d6fc9 commit 960bb54Copy full SHA for 960bb54
modules/flann/include/opencv2/flann/dist.h
@@ -441,7 +441,7 @@ struct Hamming
441
result = vgetq_lane_s32 (vreinterpretq_s32_u64(bitSet2),0);
442
result += vgetq_lane_s32 (vreinterpretq_s32_u64(bitSet2),2);
443
}
444
-#elif __GNUC__
+#elif defined(__GNUC__)
445
{
446
//for portability just use unsigned long -- and use the __builtin_popcountll (see docs for __builtin_popcountll)
447
typedef unsigned long long pop_t;
0 commit comments