Skip to content

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

@lemire

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions