mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 02:34:58 +00:00
Removed unnecessary check.
This commit is contained in:
parent
7f31f45b6d
commit
2e34bf7a1b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ extern int xmrig_ar2_check_sse2();
|
||||||
bool xmrig::argon2::Impl::select(const String &nameHint, bool benchmark)
|
bool xmrig::argon2::Impl::select(const String &nameHint, bool benchmark)
|
||||||
{
|
{
|
||||||
if (!selected) {
|
if (!selected) {
|
||||||
# if !defined(XMRIG_ARM) || defined(__x86_64__) || defined(_M_AMD64)
|
# if defined(__x86_64__) || defined(_M_AMD64)
|
||||||
auto hint = nameHint;
|
auto hint = nameHint;
|
||||||
|
|
||||||
if (hint.isEmpty() && !benchmark) {
|
if (hint.isEmpty() && !benchmark) {
|
||||||
|
|
Loading…
Reference in a new issue