[v1.02][x86] Suport for detecting hybrid_flag

This commit is contained in:
Dr-Noob
2022-10-20 20:49:10 +00:00
parent e91eef3e65
commit 051d48b7d1
2 changed files with 13 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ struct cpuInfo {
uint32_t maxExtendedLevels;
// Topology Extensions (AMD only)
bool topology_extensions;
// Hybrid Flag (Intel only)
bool hybrid_flag;
#elif ARCH_PPC
uint32_t pvr;
#elif ARCH_ARM