Add test for vectorextensions "IA32".
This commit is contained in:
parent
a0bd1612e4
commit
34b4b2021d
@ -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()
|
||||
|
Reference in New Issue
Block a user