3rdpary/bimg: Just disable SSE on all 32-bit builds to be safe.

This commit is contained in:
Vas Crabb 2023-02-20 03:08:50 +11:00
parent e60f05fdfd
commit 63ea393695

View file

@ -1257,10 +1257,10 @@ project "bimg"
}
configuration { }
configuration { "x32", "mingw*" }
configuration { "x32" }
defines {
"ASTCENC_AVX=0",
"ASTCENC_SSE=0",
"ASTCENC_SSE=0", -- assumes x86-64 ALU is present when using SSE
}
configuration { }