KCPUInfo Class Reference
This class provides a means for applications to obtain information at runtime about processor support for certain architecture extensions, such as MMX, SSE, 3DNow and AltiVec. More...
#include <kcpuinfo.h>
Public Types | |
enum | Extensions { IntelMMX = 1 << 0, IntelSSE = 1 << 1, IntelSSE2 = 1 << 2, AMD3DNOW = 1 << 3, AltiVec = 1 << 4 } |
Static Public Member Functions | |
bool | haveExtension (unsigned int extension) |
Detailed Description
This class provides a means for applications to obtain information at runtime about processor support for certain architecture extensions, such as MMX, SSE, 3DNow and AltiVec.
- Since:
- 3.2
Definition at line 38 of file kcpuinfo.h.
Member Enumeration Documentation
|
This enum contains the list of architecture extensions you can query.
Definition at line 45 of file kcpuinfo.h. |
Member Function Documentation
|
Returns true if the processor supports
Definition at line 61 of file kcpuinfo.h. Referenced by KImageEffect::blend(), and KImageEffect::intensity(). |
The documentation for this class was generated from the following files: