KawPow: fixed crash on old CPUs
- Use `popcnt` instruction only when it's supported
This commit is contained in:
parent
e4c8714daa
commit
dc0aee1432
3 changed files with 27 additions and 3 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
FLAG_SSE2,
|
||||
FLAG_SSSE3,
|
||||
FLAG_XOP,
|
||||
FLAG_POPCNT,
|
||||
FLAG_MAX
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue