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
};