Skip to content

Commit

Permalink
This guard is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fireice-uk committed Apr 27, 2017
1 parent 5f699bd commit 26c0134
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ bool jconf::GetThreadConfig(size_t id, thd_cfg &cfg)
cfg.bDoubleMode = mode->GetBool();
cfg.bNoPrefetch = no_prefetch->GetBool();

if(!bHaveAes && cfg.bDoubleMode)
{
printer::inst()->print_msg(L0, "Invalid thread confg - low_power_mode are unsupported on CPUs without AES-NI.");
return false;
}

if(aff->IsNumber())
cfg.iCpuAff = aff->GetInt64();
else
Expand Down

0 comments on commit 26c0134

Please sign in to comment.