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...