We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b7cbd5 + e9df0c9 commit 30a949fCopy full SHA for 30a949f
test/snippet/ibf/counting_vector.cpp
@@ -24,7 +24,8 @@ int main()
24
// With AVX512:
25
// 512 (AVX) / 16 (value type of counting_vector) = 32 per iteration
26
// Next multiple of 32 for 12: 32
27
- seqan::hibf::counting_vector<uint16_t> counts(32, 0);
+ seqan::hibf::counting_vector<uint16_t> counts(12, 0);
28
+ counts.reserve(32);
29
#endif
30
31
auto agent = ibf.containment_agent();
0 commit comments