Skip to content

Commit e848d49

Browse files
committed
Revert "A minor correction to the previous patch, allowing compilation with llvm-mingw without AVX2 or AVX512."
This reverts commit 911c6ac.
1 parent c7e30f0 commit e848d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/skcms/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static_library("skcms") {
9191
} else if (is_clang) {
9292
cflags_c += [ "-std=c11" ]
9393
}
94-
if (target_cpu != "x64" || target_os == "android" || (is_win && is_mingw)) {
94+
if (target_cpu != "x64" || target_os == "android" || (is_win && !is_mingw)) {
9595
defines = [
9696
"SKCMS_DISABLE_HSW",
9797
"SKCMS_DISABLE_SKX",

0 commit comments

Comments
 (0)