Struct CpuInfo

Struct Documentation

struct CpuInfo

Cpu information

Public Members

bool sse42Supported = false

Is SSE4.2 supported?

bool avx2Supported = false

Is AVX2 supported?

Public Static Functions

static const CpuInfo &GetCpuInfo()

Get the cpu information

Private Functions

CpuInfo()