Support for PP in SP. Moved frequency get to KHz to Hz

This commit is contained in:
Dr-Noob
2018-03-30 00:34:43 +02:00
parent 5e65f5bb78
commit 4c991164c8
5 changed files with 55 additions and 11 deletions

1
01h.h
View File

@@ -9,6 +9,7 @@ struct cpuInfo* getCPUInfo();
void debugCpuInfo(struct cpuInfo* cpu);
char* getString_NumberCores(struct cpuInfo* cpu);
char* getPeakPerformance(struct cpuInfo* cpu, long freq);
char* getString_AVX(struct cpuInfo* cpu);
char* getString_SSE(struct cpuInfo* cpu);
char* getString_FMA(struct cpuInfo* cpu);