This repository provides a C++11 library for identifying CPU features.
- C++11 compiler
- CMake 3.16
- Doxygen (optional)
To compile, run:
cmake -S . -B build/
cmake --build build/
Afterwards, the test application test_cpuidpp
can be run in the build
directory.