New info to be displayed (uarch and process) instead of other info (sha, aes, sse)

This commit is contained in:
Dr-Noob
2020-08-31 19:57:29 +02:00
parent ab1416563c
commit 1f80566f63
5 changed files with 75 additions and 51 deletions

View File

@@ -10,5 +10,7 @@ struct uarch;
struct uarch* get_uarch_from_cpuid(struct cpuInfo* cpu, uint32_t ef, uint32_t f, uint32_t em, uint32_t m, int s);
bool vpus_are_AVX512(struct cpuInfo* cpu);
int get_number_of_vpus(struct cpuInfo* cpu);
char* get_str_uarch(struct cpuInfo* cpu);
char* get_str_process(struct cpuInfo* cpu);
#endif