class AMDInfoImpl extends CPUIDCPUInfo implements AMDCPUInfo
isX64
Constructor and Description |
---|
AMDInfoImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCPUModelString() |
boolean |
hasX64() |
boolean |
IsAthlon64Compatible() |
boolean |
IsAthlonCompatible() |
boolean |
IsBobcatCompatible() |
boolean |
IsBulldozerCompatible() |
boolean |
IsGeodeCompatible() |
boolean |
IsK6_2_Compatible() |
boolean |
IsK6_3_Compatible() |
boolean |
IsK6Compatible() |
getVendor, hasAES, hasMMX, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A
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 boolean IsBulldozerCompatible()
IsBulldozerCompatible
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