Use machine friendly test data for cn/r and cn/wow algorithms.

This commit is contained in:
XMRig 2019-03-04 00:42:17 +07:00
parent 4ebfc135e0
commit f2574c2a41
5 changed files with 95 additions and 86 deletions

View file

@ -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 */