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.