mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
3rdpary/bimg: Just disable SSE on all 32-bit builds to be safe.
This commit is contained in:
parent
e60f05fdfd
commit
63ea393695
1 changed files with 2 additions and 2 deletions
|
@ -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 { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue