mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
README: minor fix
This commit is contained in:
parent
6f02f1f416
commit
549206f59e
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
libcpuid provides CPU identification. Supported CPU architectures are:
|
libcpuid provides CPU identification. Supported CPU architectures are:
|
||||||
- x86:
|
- x86:
|
||||||
- 32-bit CPUs (IA-32, also known as i386, i486, i586 and i686)
|
- 32-bit CPUs (IA-32, also known as i386, i486, i586 and i686)
|
||||||
- 64-bit CPUs (x86_64, also known as x64, x86_64, AMD64, and Intel 64)
|
- 64-bit CPUs (x86_64, also known as x64, AMD64, and Intel 64)
|
||||||
- ARM:
|
- ARM (since v0.7.0):
|
||||||
- 64-bit CPUs (ARM64, also known as AArch64)
|
- 64-bit CPUs (ARM64, also known as AArch64)
|
||||||
|
|
||||||
For details about the programming API, you might want to
|
For details about the programming API, you might want to
|
||||||
|
|
Loading…
Reference in a new issue