Add vectorextensions "IA32" support for VS>=2012 on x86. (#560)

This commit is contained in:
Jörn Heusipp 2016-08-07 13:42:03 +02:00
parent 5d09255425
commit 60899329a8

View File

@ -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