From: Pavel P Date: Thu, 23 Jan 2025 22:06:13 +0000 (+0200) Subject: Update comment for STATIC_BMI2 macro X-Git-Tag: v1.5.7^2~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d486ccc9e90a9d2e0095f9a81cbf29f72bac4f37;p=thirdparty%2Fzstd.git Update comment for STATIC_BMI2 macro --- diff --git a/lib/common/portability_macros.h b/lib/common/portability_macros.h index b4da8a744..70964ba01 100644 --- a/lib/common/portability_macros.h +++ b/lib/common/portability_macros.h @@ -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 */