Skip to content

Commit

Permalink
minor: cosmetic, indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 19, 2025
1 parent 0501095 commit 27d7940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/common/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
# pragma warning(disable : 4324) /* disable: C4324: padded structure */
#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
# 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 */
Expand All @@ -219,7 +219,7 @@
#endif

#ifndef STATIC_BMI2
#define STATIC_BMI2 0
# define STATIC_BMI2 0
#endif

/* compile time determination of SIMD support */
Expand Down

0 comments on commit 27d7940

Please sign in to comment.