Skip to content

A simple C++ code to detect all features on your current X86 CPU

License

Notifications You must be signed in to change notification settings

phoebewang/DetectCPUFeatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DetectCPUFeatures

A simple C++ code to detect all features on your current X86 CPU.

This code requires Clang header cpuid.h. Tested with both Linux (clang++) and Windows (clang-cl). GCC has not been tested.

License

DetectCPUFeatures is available under the Apache 2.0 license. See the LICENSE file for more info.

About

A simple C++ code to detect all features on your current X86 CPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages