minor: cosmetic, indentation

This commit is contained in:
Yann Collet
2025-01-18 22:49:16 -08:00
parent 0501095898
commit 27d7940631
+2 -2
View File
@@ -207,7 +207,7 @@
# pragma warning(disable : 4324) /* disable: C4324: padded structure */ # pragma warning(disable : 4324) /* disable: C4324: padded structure */
#endif #endif
/*Like DYNAMIC_BMI2 but for compile time determination of BMI2 support*/ /* Like DYNAMIC_BMI2 but for compile time determination of BMI2 support */
#ifndef STATIC_BMI2 #ifndef STATIC_BMI2
# if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_I86)) # if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_I86))
# 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 */
@@ -219,7 +219,7 @@
#endif #endif
#ifndef STATIC_BMI2 #ifndef STATIC_BMI2
#define STATIC_BMI2 0 # define STATIC_BMI2 0
#endif #endif
/* compile time determination of SIMD support */ /* compile time determination of SIMD support */