mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 20:19:23 +00:00
remove useless v4_random_math_init if algo is not cn/r
This commit is contained in:
parent
6c417eb9af
commit
ec2793bcc9
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
||||||
r##part[1] = static_cast<uint32_t>(h##part[12] >> 32); \
|
r##part[1] = static_cast<uint32_t>(h##part[12] >> 32); \
|
||||||
r##part[2] = static_cast<uint32_t>(h##part[13]); \
|
r##part[2] = static_cast<uint32_t>(h##part[13]); \
|
||||||
r##part[3] = static_cast<uint32_t>(h##part[13] >> 32); \
|
r##part[3] = static_cast<uint32_t>(h##part[13] >> 32); \
|
||||||
} \
|
v4_random_math_init<ALGO>(code##part, height); \
|
||||||
v4_random_math_init<ALGO>(code##part, height);
|
}
|
||||||
|
|
||||||
#define VARIANT4_RANDOM_MATH(part, al, ah, cl, bx0, bx1) \
|
#define VARIANT4_RANDOM_MATH(part, al, ah, cl, bx0, bx1) \
|
||||||
if (props.isR()) { \
|
if (props.isR()) { \
|
||||||
|
|
Loading…
Reference in a new issue