Files
gpufetch/src/intel/cpuid.hpp

7 lines
63 B
C++

#ifndef __CPUID__
#define __CPUID__
bool is_corei5();
#endif