Skip to content

Struct Ase::CPUInfo

ClassList > Ase > CPUInfo

Acquire information about the runtime architecture and CPU type.

Public Attributes

Type Name
char cpu_vendor
const char * machine
uint x86_3dnow
uint x86_3dnowext
uint x86_cx16
uint x86_fpu
uint x86_htt
uint x86_mmx
uint x86_mmxext
uint x86_rdrand
uint x86_sse
uint x86_sse2
uint x86_sse3
uint x86_sse4_1
uint x86_sse4_2
uint x86_ssesys
uint x86_ssse3
uint x86_tsc

Public Attributes Documentation

variable cpu_vendor

char Ase::CPUInfo::cpu_vendor[13];

variable machine

const char* Ase::CPUInfo::machine;

variable x86_3dnow

uint Ase::CPUInfo::x86_3dnow;

variable x86_3dnowext

uint Ase::CPUInfo::x86_3dnowext;

variable x86_cx16

uint Ase::CPUInfo::x86_cx16;

variable x86_fpu

uint Ase::CPUInfo::x86_fpu;

variable x86_htt

uint Ase::CPUInfo::x86_htt;

variable x86_mmx

uint Ase::CPUInfo::x86_mmx;

variable x86_mmxext

uint Ase::CPUInfo::x86_mmxext;

variable x86_rdrand

uint Ase::CPUInfo::x86_rdrand;

variable x86_sse

uint Ase::CPUInfo::x86_sse;

variable x86_sse2

uint Ase::CPUInfo::x86_sse2;

variable x86_sse3

uint Ase::CPUInfo::x86_sse3;

variable x86_sse4_1

uint Ase::CPUInfo::x86_sse4_1;

variable x86_sse4_2

uint Ase::CPUInfo::x86_sse4_2;

variable x86_ssesys

uint Ase::CPUInfo::x86_ssesys;

variable x86_ssse3

uint Ase::CPUInfo::x86_ssse3;

variable x86_tsc

uint Ase::CPUInfo::x86_tsc;


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/platform.cc