Skip to content

sergiud/cpuidpp

Repository files navigation

CPUIDpp

Linux macOS Windows codecov

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

Requirements

  • C++11 compiler
  • CMake 3.0
  • 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.

About

C++11 library for identifying CPU features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published