cpu_features
cpu_features copied to clipboard
A cross platform C99 library to get cpu features at runtime.
This PR adds support for cpu_features on S390X architectures including the latest z16 hwcapabilities.
`cpu_features` available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for `cpu_features` and other project dependencies. Documenting the install process here will help users get started...
This flag comes directly from [Apple's own page on sysctl names](https://developer.apple.com/documentation/kernel/1387446-sysctlbyname/determining_instruction_set_characteristics).
This issue was created to make it easier for people experiencing the problem of MIDR_EL1 not receiving information on FreeBSD Arm64 to more easily determine the root cause. We use...
For aarch64 in particular a lot of the logic is delegated to the OS. Right now we define fake logic inside `ifdef` / `endif` but this starts to be too...