Commit 5379e68f authored by PC-DOS's avatar PC-DOS
Browse files

Replaced Chinese comments with English to avoid breaking MSVC compiling

parent 5b4d9c41
...@@ -2429,7 +2429,7 @@ struct SimpleBits { ...@@ -2429,7 +2429,7 @@ struct SimpleBits {
__m256i values[4]; __m256i values[4];
}; };
// fix for #829: 添加对 AVX512VPOPCNTDQ 的检测 // fix for #829: Add checks of AVX512VPOPCNTDQ
#if defined(HAVE_FANCY_SIMD) && defined(__AVX512VPOPCNTDQ__) #if defined(HAVE_FANCY_SIMD) && defined(__AVX512VPOPCNTDQ__)
#define HAVE_AVX512_POPCNT 1 #define HAVE_AVX512_POPCNT 1
#else #else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment