Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cpufetch_x86-64_windows.exe | 2024-08-18 | 251.5 kB | |
cpufetch_x86-64_linux | 2024-08-18 | 1.1 MB | |
cpufetch_x86_linux | 2024-08-18 | 1.1 MB | |
cpufetch_arm64_linux | 2024-08-18 | 936.0 kB | |
cpufetch_arm64_android | 2024-08-18 | 163.1 kB | |
README.md | 2024-08-18 | 1.5 kB | |
Release v1.06 source code.tar.gz | 2024-08-18 | 2.8 MB | |
Release v1.06 source code.zip | 2024-08-18 | 2.9 MB | |
Totals: 8 Items | 9.3 MB | 0 |
File | Architecture | OS | Min. OS | Statically linked |
---|---|---|---|---|
cpufetch_arm64_android | ARM (64 bit) | Android | - | No |
cpufetch_arm64_linux | ARM (64 bit) | GNU/Linux | 3.7.0 | Yes |
cpufetch_x86-64_linux | x86 (64 bit) | GNU/Linux | 4.4.0 | Yes |
cpufetch_x86_linux | x86 (32/64 bit) | GNU/Linux | 4.4.0 | Yes |
cpufetch_x86-64_windows.exe | x86 (64 bit) | Windows | - | Yes |
Changelog:
- [ARM] Added support for inferring the SoC from the uarch.
- [ARM] Added support for inferring the SoC from PCI devices (#245).
- [ARM] Added support for SVE detection (#259).
- [X86] Significantly improved support for old x86 CPUs (#220).
- [X86] Added support for Hygon CPUs (#244).
- [ARM and X86] Added support for measuring max CPU frequency (#220).
- [ARM and X86] Added --measure-max-freq
option to manually trigger CPU max frequency measurement.
- [All] Added support for NO_COLOR (#227).
This release also fixes some bugs, adds small features and adds support for some new hardware. See the commit list for more details.
Notes: - GNU/Linux versions also work on Android, but they detect fewer features than the Android version.