class CpuInfo

Information about the CPU's SIMD implementation. More...

Full nameArts::CpuInfo
Definition#include <arts/cpuinfo.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Static Methods


Detailed Description

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:

int  flags ()

flags

[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.