Add test for vectorextensions "IA32".

This commit is contained in:
Jörn Heusipp 2016-08-08 11:00:01 +02:00
parent a0bd1612e4
commit 34b4b2021d

View File

@ -29,6 +29,15 @@
end
function suite.instructionSet_onIA32()
premake.action.set("vs2012")
vectorextensions "IA32"
prepare()
test.capture [[
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
]]
end
function suite.instructionSet_onSSE()
vectorextensions "SSE"
prepare()