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:

committed by
GitHub

parent
16ca56fcb2
commit
b7bc447203
@ -17,15 +17,17 @@ enum Cpu
|
||||
amd64,
|
||||
AArch64,
|
||||
ARM,
|
||||
MIPS
|
||||
MIPS,
|
||||
s390x,
|
||||
POWER,
|
||||
}
|
||||
|
||||
enum Os
|
||||
{
|
||||
FreeBSD,
|
||||
Linux,
|
||||
FreeBSD,
|
||||
MacOS,
|
||||
Windows
|
||||
Windows,
|
||||
}
|
||||
|
||||
struct Badge
|
||||
|
Reference in New Issue
Block a user