───────────────────────────┬───────────────┬─────────┬───────┬─────────────────
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:
- [Apple] Implement fallback frequency calculation (#251)
- [X86] Add old Intel and AMD CPUs (#260)
- [X86] Fix 2 bugs in --accurate-pp
- [ARM] Add (experimental) Windows on Arm support (#273)
- [ARM] Add support for a lot of new SoCs
- [ARM] Add automatic SoC inferring from device tree (**)
- [RISCV] Significantly improved support for RISC-V, specially uarch detection and multi-letter extension support.
** This was a response for the large number of ARM SoCs out there. It's not realistic to detect one by one manually so we needed some automatic approach to make the SoC detection a bit more scalable.
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.