Correct flex algo hashrate calc
This commit is contained in:
parent
a7ebb05653
commit
3d8bf1036b
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public:
|
|||
inline size_t l2() const { return l2(m_id); }
|
||||
inline uint32_t family() const { return family(m_id); }
|
||||
inline uint32_t minIntensity() const { return ((m_id == GHOSTRIDER_RTM) ? 8 : 1); };
|
||||
inline uint32_t maxIntensity() const { return isCN() ? 5 : ((family(m_id) == GHOSTRIDER) ? 8 : 1); };
|
||||
inline uint32_t maxIntensity() const { return isCN() ? 5 : ((m_id == GHOSTRIDER_RTM) ? 8 : 1); };
|
||||
|
||||
inline size_t l3() const { return l3(m_id); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue