cpuidpp 1.0.0
C++11 library for identifying CPU features
Loading...
Searching...
No Matches
CPUIDpp

Linux macOS Windows codecov

This repository provides a C++11 library for identifying CPU features.

Requirements

  • C++11 compiler
  • CMake 3.16
  • Doxygen (optional)

Getting Started

To compile, run:

cmake -S . -B build/
cmake --build build/

Afterwards, the test application test_cpuidpp can be run in the build directory.