Home
last modified time | relevance | path

Searched refs:STATIC_BMI2 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Dcompiler.h187 #ifndef STATIC_BMI2
190 # define STATIC_BMI2 1 macro
195 #ifndef STATIC_BMI2
196 #define STATIC_BMI2 0 macro
H A Dbitstream.h145 # if STATIC_BMI2 == 1 in BIT_highbit32()
340 #if defined(STATIC_BMI2) && STATIC_BMI2 == 1 in BIT_getLowerBits()
H A Dzstd_internal.h424 # if STATIC_BMI2 == 1 in ZSTD_highbit32()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h564 # if STATIC_BMI2 in ZSTD_NbCommonBytes()
600 # if STATIC_BMI2 in ZSTD_NbCommonBytes()
/dragonfly/contrib/zstd/
H A DCHANGELOG48 build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC, by @Niadb (#2258)