From 26c013464573284f15a7901a115a371b757dc589 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Thu, 27 Apr 2017 14:20:29 +0100 Subject: [PATCH] This guard is no longer needed. --- jconf.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jconf.cpp b/jconf.cpp index 8ed19475..d272325c 100644 --- a/jconf.cpp +++ b/jconf.cpp @@ -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