cpu_features
cpu_features copied to clipboard
A cross platform C99 library to get cpu features at runtime.
This depends on #368 and allows for detection of the bitmanip extensions.
I noticed that the current RISC-V ISA string parsing code assumes there is an order for the extensions. While this is true for single letter extensions, the others, e.g. with...
Checked another solutions to support FreeBSD CI: * freebsd-vm: https://github.com/vmactions/freebsd-vm * cross-platform-actions: https://github.com/cross-platform-actions/action ### freebsd-vm: It looks like this solution supports only amd64 architecture https://github.com/vmactions/freebsd-builder/blob/main/conf/freebsd-14.1.conf#L3 However, in builder script there...
Github actions added support Windows Arm64 for public repositories with runner name `windows-11-arm`: - [Windows arm64 hosted runners now available in public preview](https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/) - [Windows 11 by Arm Limited installed...
Found by Cppcheck (missingInclude).