mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 16:42:26 -07: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