[v0.83][ARM] Add basic support for microarchitecture and CPU name detection. Need to add the remaining models

This commit is contained in:
Dr-Noob
2020-11-08 16:49:01 +01:00
parent 16abfa7022
commit 3aa13269b7
5 changed files with 146 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
#include "../arm/midr.h"
#endif
static const char* VERSION = "0.82";
static const char* VERSION = "0.83";
void print_help(char *argv[]) {
#ifdef ARCH_X86