Learn-to-Compress / thirdparty / Elias-Fano / succinct_config.hpp.in
succinct_config.hpp.in
Raw
#pragma once

#cmakedefine SUCCINCT_USE_LIBCXX 1
#ifndef SUCCINCT_USE_LIBCXX
#    define SUCCINCT_USE_LIBCXX 0
#endif	

#cmakedefine SUCCINCT_USE_INTRINSICS 1
#ifndef SUCCINCT_USE_INTRINSICS
#    define SUCCINCT_USE_INTRINSICS 0
#endif	

#cmakedefine SUCCINCT_USE_POPCNT 1
#ifndef SUCCINCT_USE_POPCNT
#    define SUCCINCT_USE_POPCNT 0
#endif