mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 22:51:30 +02:00
--sse3 doesn't work on MSVC, so don't let people use it
This commit is contained in:
@@ -447,7 +447,7 @@ if not GetOption('no-sse'):
|
||||
env.Append(CPPDEFINES=['X86_SSE2'])
|
||||
if GetOption('sse3'):
|
||||
if msvc:
|
||||
env.Append(CCFLAGS=['/arch:SSE3'])
|
||||
FatalError("--sse3 doesn't work with --msvc")
|
||||
else:
|
||||
env.Append(CCFLAGS=['-msse3'])
|
||||
env.Append(CPPDEFINES=['X86_SSE3'])
|
||||
|
Reference in New Issue
Block a user