Update information to not showing cpu arch and new colors

This commit is contained in:
Dr-Noob
2018-06-23 13:06:02 +02:00
parent 9f55672aa2
commit 3be59c9057
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
Prints a fancy summary of the CPU with some advanced information
### Platforms
This tool works on both 64 bits and 32 bits, but it's __Linux only__ because of its [implementation details](#implementation). AMD support is not guaranteed so information may not be correct
This tool works on both 64 only and under Linux because of its [implementation details](#implementation). AMD support is not guaranteed so information may not be correct
### Usage and installation
@@ -29,7 +29,6 @@ Output is detailed as follows:
| Field | Description | Possible Values |
|:----------:|:-----------------------:|:-----------------:|
| Name | Name of the CPU | Any valid CPU name |
| Arch |Architecture of the CPU(64 or 32 bits) | x86_64 or x86 |
| Frequency | Max frequency of the CPU(in GHz) | X.XX(GHz or MHz)
| N.Cores | Number of cores the CPU has. If CPU supports `Hyperthreading` or similar, this will show cores and threads separately | X(cores)X(threads)
| AVX | Type of AVX supported by the CPU or None. AVX instructions allows the CPU to vectorize the code with a witdh of 256 bits in single precision(or 512bits if AVX512 is supported) | AVX,AVX2,AVX512,None

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 32 KiB