mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Compare commits
2 Commits
riscv-new-
...
284faf84c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
284faf84c3 | ||
|
|
a19c421362 |
@@ -138,7 +138,7 @@ struct features {
|
|||||||
|
|
||||||
struct extensions {
|
struct extensions {
|
||||||
char* str;
|
char* str;
|
||||||
bool* mask; // allocated at runtime with size RISCV_ISA_EXT_ID_MAX-1
|
bool* mask; // allocated at runtime with size RISCV_ISA_EXT_ID_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cpuInfo {
|
struct cpuInfo {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GIT_FULL_VERSION
|
#ifndef GIT_FULL_VERSION
|
||||||
static const char* VERSION = "1.06";
|
static const char* VERSION = "1.07";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user