Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 721 Bytes

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.