../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)))