Update comment for STATIC_BMI2 macro

This commit is contained in:
Pavel P
2025-01-24 03:02:47 +02:00
parent 1b15e888fc
commit d486ccc9e9
+1 -1
View File
@@ -74,7 +74,7 @@
# define ZSTD_HIDE_ASM_FUNCTION(func)
#endif
/* Like DYNAMIC_BMI2 but for compile time determination of BMI2 support */
/* Compile time determination of BMI2 support */
#ifndef STATIC_BMI2
# if defined(_MSC_VER)
# ifdef __AVX2__ /* MSVC does not have a BMI2 specific flag, but every CPU that supports AVX2 also supports BMI2 */