Add vectorextensions "IA32" support for VS>=2012 on x86. (#560)
This commit is contained in:
parent
5d09255425
commit
60899329a8
@ -1213,6 +1213,8 @@
|
||||
v = "StreamingSIMDExtensions2"
|
||||
elseif x == "SSE" then
|
||||
v = "StreamingSIMDExtensions"
|
||||
elseif x == "IA32" and _ACTION > "vs2010" then
|
||||
v = "NoExtensions"
|
||||
end
|
||||
end
|
||||
if v then
|
||||
|
Loading…
Reference in New Issue
Block a user