1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Update README.md to report support of POWER and s390x (#284)

This commit is contained in:
Guillaume Chatelet
2022-11-03 10:39:28 +01:00
committed by GitHub
parent 16ca56fcb2
commit b7bc447203
2 changed files with 35 additions and 29 deletions

View File

@ -17,15 +17,17 @@ enum Cpu
amd64,
AArch64,
ARM,
MIPS
MIPS,
s390x,
POWER,
}
enum Os
{
FreeBSD,
Linux,
FreeBSD,
MacOS,
Windows
Windows,
}
struct Badge