libcpuid

A handy tool for x86 CPUs
Download

libcpuid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Veselin Georgiev
  • Operating Systems:
  • Windows All
  • File Size:
  • 175 KB

libcpuid Tags


libcpuid Description

libcpuid was designed to provide CPU identification for the x86. It wraps the CPUID and RDTSC instructions in a portable manner and provides a lot of technical info about the processor, such as vendor, core codename, features/instruction sets, cache sizes, and more. In order to use the library, you have to follow these simple steps: · Put the development headers (include/libcpuid.h and others) in some dir where your compiler can see them. E.g., put them in C:\SDK\libcpuid and add that dir to the compiler header search path · Put the static library for your platform somewhere in your project dir and add it to the project (not as a source, nor as a header - Right-click on your project name, then "Add existing item..."). Alternatively, you can put the library anywhere and reference it through the link options. · You might need to add advapi32.lib to your link dependencies, as libcpuid uses it.


libcpuid Related Software