class CpuInfo
|
Information about the CPU's SIMD implementation. More... |
|
|
Public Types
- enum Flags { CpuMMX = 0x001,
CpuEMMX = 0x002,
Cpu3DNow = 0x004,
CpuSSE = 0x008
}
Public Static Methods
Provides information about the availability of the various
"Multimedia extensions" the CPU supports. If you implement
a routine in assembler, use flags() to know which
SIMD instructions the user's CPU knows about.
| enum Flags { CpuMMX = 0x001,
CpuEMMX = 0x002,
Cpu3DNow = 0x004,
CpuSSE = 0x008
}
| Flags |
Values for the detected features of the CPU:
- CpuMMX - CPU supports MMX
- CpuEMMX - CPU supports Cyrix Extended MMX
- Cpu3DNow - CPU supports AMD 3DNow!
- CpuSSE - CPU supports Intel SSE
[static]
Returns: the Flags values that correspond to the
CPU's features. Multiple values are bitwised or'ed
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |