aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2017-09-25 10:10:30 -0700
committerGitHub <noreply@github.com>2017-09-25 10:10:30 -0700
commitb5826b3311ccdcd114d4a86a5f21df5c0dd0dbb9 (patch)
tree043a8d5ffb77d03e2456f90b3ce29ef666b08da3 /README.md
parent578565c00ef2e66f44cd2ef14f14594401a4bf02 (diff)
downloadcpuinfo-b5826b3311ccdcd114d4a86a5f21df5c0dd0dbb9.tar.gz
Reformat README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4e37bc9..f8105c2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
cpuinfo is a library to detect essential for performance optimization information about host CPU.
-Exposed information:
+## Exposed information
- [x] Processor (SoC) name
- [x] Integrated GPU name (Android only)
- [x] Microarchitecture
@@ -25,7 +25,7 @@ Exposed information:
- [x] Cores
- [x] Packages (sockets)
-Supported environments:
+## Supported environments:
- [x] Android
- [x] x86 ABI
- [x] x86_64 ABI
@@ -39,7 +39,7 @@ Supported environments:
- [x] x86-64
- [x] 32-bit ARM (ARMv5T and later)
- [x] ARM64
- - [ ] PowerPC
+ - [ ] PowerPC64
- [ ] iOS
- [ ] ARMv7
- [ ] ARM64
@@ -56,7 +56,7 @@ Supported environments:
- [ ] Portable Native Client
- [ ] Emscripten
-Planned features:
+## Features
- Processor (SoC) name detection
- [x] Using CPUID leaves 0x80000002–0x80000004 on x86/x86-64
@@ -68,7 +68,7 @@ Planned features:
- [x] AMD-designed x86/x86-64 cores (up to Puma/Jaguar and Zen)
- [ ] VIA-designed x86/x86-64 cores
- [ ] Other x86 cores (DM&P, RDC, Transmeta, Cyrix, Rise)
- - [x] ARM-designed ARM cores (up to Cortex-A17, Cortex-73)
+ - [x] ARM-designed ARM cores (up to Cortex-A17, Cortex-75)
- [x] Qualcomm-designed ARM cores (up to Kryo and Kryo-280)
- [x] nVidia-designed ARM cores (Denver)
- [x] Samsung-designed ARM cores (Mongoose)