org.kde.koala
public class KCPUInfo extends Object implements QtSupport
UNKNOWN: 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.
Field Summary | |
---|---|
static int | AltiVec |
static int | AMD3DNOW |
static int | IntelMMX
This enum contains the list of architecture extensions you
can query. |
static int | IntelSSE |
static int | IntelSSE2 |
Constructor Summary | |
---|---|
protected | KCPUInfo(Class dummy) |
KCPUInfo() |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
static boolean | haveExtension(int extension)
Returns true if the processor supports extension ,
and false otherwise. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
UNKNOWN: This enum contains the list of architecture extensions you can query.
extension
,
and false otherwise.Parameters: extension the feature to query.
Returns: If true, the processor supports extension.
See Also: Extensions
UNKNOWN: Returns true if the processor supports extension
, and false otherwise.