FastFilter/fastfilter_cpp

counting_bloom.h will fail to compile on pre-Haswell PCs or VMs

Closed this issue · 2 comments

../src/bloom/counting_bloom.h:40:44: error: ‘_pdep_u64’ was not declared in this scope
 #define select64(A, B) _tzcnt_u64(_pdep_u64(1ULL << (B), (A)))

../src/bloom/counting_bloom.h:40:34: error: ‘_tzcnt_u64’ was not declared in this scope
 #define select64(A, B) _tzcnt_u64(_pdep_u64(1ULL << (B), (A)))

AFAIK this is fixed.