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:
@@ -19,6 +19,7 @@ struct CPUCaps {
|
||||
bool lzcnt;
|
||||
bool avx;
|
||||
bool avx2;
|
||||
bool avx512;
|
||||
bool bmi1;
|
||||
bool bmi2;
|
||||
bool fma;
|
||||
|
Reference in New Issue
Block a user