Add legacy style (for Windows) and make it the default for Windows. Add verbose flag

This commit is contained in:
Dr-Noob
2020-07-06 01:30:14 +02:00
parent 08f79bb914
commit 7164409ca2
5 changed files with 40 additions and 26 deletions

View File

@@ -288,7 +288,7 @@ struct topology* get_topology_info(struct cpuInfo* cpu) {
topo->total_cores = topo->logical_cores; // fallback
}
#endif
switch(cpu->cpu_vendor) {
case VENDOR_INTEL:
if (cpu->maxLevels >= 0x00000004) {