mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
common/cpu_detect: Add AVX512 detection
This commit is contained in:
parent
7612c56cff
commit
d0a762a6a8
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ struct CPUCaps {
|
|||
bool lzcnt;
|
||||
bool avx;
|
||||
bool avx2;
|
||||
bool avx512;
|
||||
bool bmi1;
|
||||
bool bmi2;
|
||||
bool fma;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue