common/cpu_detect: Add AVX512 detection
This commit is contained in:
parent
7d1dca4c98
commit
d6474b4aca
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ struct CPUCaps {
|
|||
bool lzcnt;
|
||||
bool avx;
|
||||
bool avx2;
|
||||
bool avx512;
|
||||
bool bmi1;
|
||||
bool bmi2;
|
||||
bool fma;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue