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:
authorGuillaume Chatelet <gchatelet@google.com>2022-11-03 12:39:28 +0300
committerGitHub <noreply@github.com>2022-11-03 12:39:28 +0300
commitb7bc447203256fce26e6140372ea955affd4849e (patch)
treef544464e923e722bf84d4a1357affa4d75b697d2 /scripts
parent16ca56fcb250c33a25c6c8c76d0e330ebe550a4a (diff)
Update README.md to report support of POWER and s390x (#284)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate_badges.d8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/generate_badges.d b/scripts/generate_badges.d
index 6dd726b..2e357a5 100644
--- a/scripts/generate_badges.d
+++ b/scripts/generate_badges.d
@@ -17,15 +17,17 @@ enum Cpu
amd64,
AArch64,
ARM,
- MIPS
+ MIPS,
+ s390x,
+ POWER,
}
enum Os
{
- FreeBSD,
Linux,
+ FreeBSD,
MacOS,
- Windows
+ Windows,
}
struct Badge