Module

cpuid

libcpuid mapper.

Note: CPUID module must be loaded by calling LoadLibrary("cpuid") before using!

See:
  • LoadLibrary()

Methods

# inner CpuId()

# inner HasCpuId() → {boolean}

true if the CPU supports the CPUID instruction, else false.

boolean

# inner NumCpus() → {number}

always 1.

number