CrystalSpace

Public API Reference

CS::Platform::ProcessorSpecDetection Class Reference

Class performing processor specifications and feature detection. More...

#include <csutil/processorspecdetection.h>

List of all members.

Public Member Functions

bool HasAltiVec ()
 Returns whether Altivec instructions are available.
bool HasMMX ()
 Returns whether MMX instructions are available.
bool HasSSE ()
 Returns whether SSE instructions are available.
bool HasSSE2 ()
 Returns whether SSE2 instructions are available.
bool HasSSE3 ()
 Returns whether SSE3 instructions are available.

Detailed Description

Class performing processor specifications and feature detection.

Definition at line 162 of file processorspecdetection.h.


Member Function Documentation

bool CS::Platform::ProcessorSpecDetection::HasAltiVec (  )  [inline]

Returns whether Altivec instructions are available.

Definition at line 202 of file processorspecdetection.h.

bool CS::Platform::ProcessorSpecDetection::HasMMX (  )  [inline]

Returns whether MMX instructions are available.

Definition at line 178 of file processorspecdetection.h.

bool CS::Platform::ProcessorSpecDetection::HasSSE (  )  [inline]

Returns whether SSE instructions are available.

Definition at line 184 of file processorspecdetection.h.

bool CS::Platform::ProcessorSpecDetection::HasSSE2 (  )  [inline]

Returns whether SSE2 instructions are available.

Definition at line 190 of file processorspecdetection.h.

bool CS::Platform::ProcessorSpecDetection::HasSSE3 (  )  [inline]

Returns whether SSE3 instructions are available.

Definition at line 196 of file processorspecdetection.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1