A cross-platform C library to retrieve CPU features (such as available instructions) at runtime
Run the following Vcpkg command to install the port.
vcpkg install cpu-features
cpu-features provides CMake targets:
find_package(CpuFeatures CONFIG REQUIRED) target_link_libraries(main PRIVATE CpuFeatures::cpu_features)
list_cpu_features command line tool
v0.9.0#0
Sep 18, 2023
!uwp
google/cpu_features2.5K
github.com/google/cpu_features
219c8de643
Apache-2.0
Manifest