mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Compare commits
11 Commits
284faf84c3
...
riscv-new-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4a7761a12 | ||
|
|
d36123a363 | ||
|
|
8f40c45211 | ||
|
|
6713af7de1 | ||
|
|
9bd50264b3 | ||
|
|
bdadac5dd8 | ||
|
|
e823c769ff | ||
|
|
2116f19073 | ||
|
|
8ce24150e7 | ||
|
|
a0cb54dc8b | ||
|
|
8e6b0b1a2b |
@@ -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
|
bool* mask; // allocated at runtime with size RISCV_ISA_EXT_ID_MAX-1
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cpuInfo {
|
struct cpuInfo {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GIT_FULL_VERSION
|
#ifndef GIT_FULL_VERSION
|
||||||
static const char* VERSION = "1.07";
|
static const char* VERSION = "1.06";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user