Use machine friendly test data for cn/r and cn/wow algorithms.
This commit is contained in:
parent
4ebfc135e0
commit
f2574c2a41
5 changed files with 95 additions and 86 deletions
|
@ -202,8 +202,8 @@ template<> inline constexpr Variant cn_base_variant<VARIANT_4>() { return VA
|
|||
|
||||
|
||||
template<Variant variant> inline constexpr bool cn_is_cryptonight_r() { return false; }
|
||||
template<> inline constexpr bool cn_is_cryptonight_r<VARIANT_WOW>() { return true; }
|
||||
template<> inline constexpr bool cn_is_cryptonight_r<VARIANT_4>() { return true; }
|
||||
template<> inline constexpr bool cn_is_cryptonight_r<VARIANT_WOW>() { return true; }
|
||||
template<> inline constexpr bool cn_is_cryptonight_r<VARIANT_4>() { return true; }
|
||||
|
||||
} /* namespace xmrig */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue