mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.99] Add options: --logo-long --logo-short --logo-intel-new --logo-intel-old
This commit is contained in:
@@ -399,7 +399,7 @@ int get_number_of_vpus(struct cpuInfo* cpu) {
|
||||
}
|
||||
}
|
||||
|
||||
bool choose_new_intel_logo(struct cpuInfo* cpu) {
|
||||
bool choose_new_intel_logo_uarch(struct cpuInfo* cpu) {
|
||||
switch(cpu->arch->uarch) {
|
||||
case UARCH_ROCKET_LAKE:
|
||||
// TODO: case UARCH_TIGER_LAKE: missing?
|
||||
|
||||
Reference in New Issue
Block a user