[v0.99][X86] Improve CPU abbreviate code

This commit is contained in:
Dr-Noob
2021-08-12 10:39:26 +02:00
parent 6d79a96fa8
commit ca5677a77f
5 changed files with 47 additions and 25 deletions

View File

@@ -12,8 +12,7 @@ char* get_str_avx(struct cpuInfo* cpu);
char* get_str_sse(struct cpuInfo* cpu);
char* get_str_fma(struct cpuInfo* cpu);
char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket);
void abbreviate_intel_cpu_name(char** name);
char* get_str_cpu_name_abbreviated(struct cpuInfo* cpu);
void print_debug(struct cpuInfo* cpu);
void print_raw(struct cpuInfo* cpu);