mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.98][PPC] Various fixes. Implement debug option
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "../common/cpu.h"
|
||||
|
||||
struct topology* get_topology_info(struct cpuInfo* cpu, struct cache* cach);
|
||||
struct cpuInfo* get_cpu_info();
|
||||
char* get_str_altivec(struct cpuInfo* cpu);
|
||||
char* get_str_topology(struct topology* topo, bool dual_socket);
|
||||
char* get_str_peak_performance(struct cpuInfo* cpu, struct topology* topo, int64_t freq);
|
||||
void print_debug(struct cpuInfo* cpu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user