common/cpu_detect: Add AVX512 detection

This commit is contained in:
Morph 2020-05-16 07:24:57 -04:00
parent 7d1dca4c98
commit d6474b4aca
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@ struct CPUCaps {
bool lzcnt;
bool avx;
bool avx2;
bool avx512;
bool bmi1;
bool bmi2;
bool fma;