1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 08:16:33 -05:00

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;