mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Update information to not showing cpu arch and new colors
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Prints a fancy summary of the CPU with some advanced information
|
Prints a fancy summary of the CPU with some advanced information
|
||||||
|
|
||||||
### Platforms
|
### 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
|
### Usage and installation
|
||||||
|
|
||||||
@@ -29,7 +29,6 @@ Output is detailed as follows:
|
|||||||
| Field | Description | Possible Values |
|
| Field | Description | Possible Values |
|
||||||
|:----------:|:-----------------------:|:-----------------:|
|
|:----------:|:-----------------------:|:-----------------:|
|
||||||
| Name | Name of the CPU | Any valid CPU name |
|
| 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)
|
| 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)
|
| 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
|
| 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
|
||||||
|
|||||||
BIN
preview.png
BIN
preview.png
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user