x64CPUDetect: Add detection for AMD Zen architecture

This commit is contained in:
Techjar
2020-01-26 21:38:51 -05:00
parent 15b9b6e76b
commit 52b52631c2
2 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ struct CPUInfo
bool bLAHFSAHF64 = false;
bool bLongMode = false;
bool bAtom = false;
bool bZen = false;
// ARMv8 specific
bool bFP = false;