mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 04:27:59 -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