Skip to content

Commit

Permalink
increase maxInstCount to 100 million, fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Apr 20, 2024
1 parent c0773dd commit 1153b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IlmCtlSimd/CtlSimdInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SimdInterpreter::SimdInterpreter():
Interpreter(),
_data (new Data)
{
_data->maxInstCount = 10000000;
_data->maxInstCount = 100000000;
_data->abortCount = 0;

//
Expand Down

0 comments on commit 1153b4c

Please sign in to comment.