Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Le Molgat <corentinl@google.com>2022-11-02 19:56:24 +0300
committerMizux Seiha <mizux.dev@gmail.com>2022-11-03 16:52:48 +0300
commit63151685c53a731a5df0da0b2bddcfeaa4f683a3 (patch)
treedc9c367254f51ef13e2a39315ab7db006ec05ac8
parent788983581eef05e47d60a5ff76a7911900e3c516 (diff)
Readme: add riscv badgemizux/riscv
-rw-r--r--scripts/generate_badges.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/generate_badges.d b/scripts/generate_badges.d
index 2e357a5..1cb8159 100644
--- a/scripts/generate_badges.d
+++ b/scripts/generate_badges.d
@@ -18,8 +18,9 @@ enum Cpu
AArch64,
ARM,
MIPS,
- s390x,
POWER,
+ RISCV,
+ s390x,
}
enum Os