Fixed little bug in cache print and changed message when no cache level was found

This commit is contained in:
Dr-Noob
2018-03-29 23:35:42 +02:00
parent 978f283e1a
commit 720457f4ac
2 changed files with 26 additions and 12 deletions

4
main.c
View File

@@ -51,8 +51,8 @@ int main() {
printf(TITLE_AES"%s\n",aes);
printf(TITLE_SHA"%s\n",sha);
printf(TITLE_L1"%s\n",l1);
printf(TITLE_L3"%s\n",l2);
printf(TITLE_L2"%s\n",l3);
printf(TITLE_L2"%s\n",l2);
printf(TITLE_L3"%s\n",l3);
printf(TITLE_PEAK"%s\n","??? GFLOP/s");
free(cpuName);