[v0.99] Show new Intel logo only when the CPU was released after Intel started using the new logo

This commit is contained in:
Dr-Noob
2021-08-18 12:31:59 +02:00
parent d8c69e1b9b
commit a302a4508c
3 changed files with 25 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ struct uarch* get_uarch_from_cpuid(struct cpuInfo* cpu, uint32_t ef, uint32_t f,
bool vpus_are_AVX512(struct cpuInfo* cpu);
bool is_knights_landing(struct cpuInfo* cpu);
int get_number_of_vpus(struct cpuInfo* cpu);
bool choose_new_intel_logo(struct cpuInfo* cpu);
char* get_str_uarch(struct cpuInfo* cpu);
char* get_str_process(struct cpuInfo* cpu);
void free_uarch_struct(struct uarch* arch);