]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update comment for STATIC_BMI2 macro
authorPavel P <pavlov.pavel@gmail.com>
Thu, 23 Jan 2025 22:06:13 +0000 (00:06 +0200)
committerPavel P <pavlov.pavel@gmail.com>
Fri, 24 Jan 2025 01:02:47 +0000 (03:02 +0200)
lib/common/portability_macros.h

index b4da8a7442a2b73babea07f84c113b76e083b807..70964ba01e74263f35d9c4a017a698bbf320da41 100644 (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 */