1
0
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:
SChernykh
2020-06-10 21:49:43 +02:00
parent e4c8714daa
commit dc0aee1432
3 changed files with 27 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ public:
FLAG_SSE2,
FLAG_SSSE3,
FLAG_XOP,
FLAG_POPCNT,
FLAG_MAX
};