Update comment for STATIC_BMI2 macro
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
# define ZSTD_HIDE_ASM_FUNCTION(func)
|
# define ZSTD_HIDE_ASM_FUNCTION(func)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Like DYNAMIC_BMI2 but for compile time determination of BMI2 support */
|
/* Compile time determination of BMI2 support */
|
||||||
#ifndef STATIC_BMI2
|
#ifndef STATIC_BMI2
|
||||||
# if defined(_MSC_VER)
|
# if defined(_MSC_VER)
|
||||||
# ifdef __AVX2__ /* MSVC does not have a BMI2 specific flag, but every CPU that supports AVX2 also supports BMI2 */
|
# ifdef __AVX2__ /* MSVC does not have a BMI2 specific flag, but every CPU that supports AVX2 also supports BMI2 */
|
||||||
|
|||||||
Reference in New Issue
Block a user