mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
KawPow: fixed crash on old CPUs
- Use `popcnt` instruction only when it's supported
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
FLAG_SSE2,
|
||||
FLAG_SSSE3,
|
||||
FLAG_XOP,
|
||||
FLAG_POPCNT,
|
||||
FLAG_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user