diff --git a/README.md b/README.md index 3a293e1..a993926 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/preview.png b/preview.png index 85698b1..c14fc86 100644 Binary files a/preview.png and b/preview.png differ