freenet.support.CPUInformation
class AMDInfoImpl extends CPUIDCPUInfo implements AMDCPUInfo
Modifier and Type | Field and Description |
---|---|
protected static boolean |
isAthlon64Compatible |
protected static boolean |
isAthlonCompatible |
protected static boolean |
isBobcatCompatible |
protected static boolean |
isGeodeCompatible |
protected static boolean |
isK6_2_Compatible |
protected static boolean |
isK6_3_Compatible |
protected static boolean |
isK6Compatible |
protected static String |
modelString |
isX64
Constructor and Description |
---|
AMDInfoImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCPUModelString() |
boolean |
hasX64() |
boolean |
IsAthlon64Compatible() |
boolean |
IsAthlonCompatible() |
boolean |
IsBobcatCompatible() |
boolean |
IsGeodeCompatible() |
boolean |
IsK6_2_Compatible() |
boolean |
IsK6_3_Compatible() |
boolean |
IsK6Compatible() |
getVendor, hasMMX, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A
protected static boolean isK6Compatible
protected static boolean isK6_2_Compatible
protected static boolean isK6_3_Compatible
protected static boolean isGeodeCompatible
protected static boolean isAthlonCompatible
protected static boolean isAthlon64Compatible
protected static boolean isBobcatCompatible
protected static String modelString
public boolean IsK6Compatible()
IsK6Compatible
in interface AMDCPUInfo
public boolean IsK6_2_Compatible()
IsK6_2_Compatible
in interface AMDCPUInfo
public boolean IsK6_3_Compatible()
IsK6_3_Compatible
in interface AMDCPUInfo
public boolean IsGeodeCompatible()
IsGeodeCompatible
in interface AMDCPUInfo
public boolean IsAthlonCompatible()
IsAthlonCompatible
in interface AMDCPUInfo
public boolean IsAthlon64Compatible()
IsAthlon64Compatible
in interface AMDCPUInfo
public boolean IsBobcatCompatible()
IsBobcatCompatible
in interface AMDCPUInfo
public String getCPUModelString() throws UnknownCPUException
getCPUModelString
in interface CPUInfo
UnknownCPUException
- If for any reason the retrieval of the requested information
failed. The message encapsulated in the execption indicates the
cause of the failure.public boolean hasX64()
hasX64
in class CPUIDCPUInfo