class AMDInfoImpl extends CPUIDCPUInfo implements AMDCPUInfo
Constructor and Description |
---|
AMDInfoImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCPUModelString() |
boolean |
IsAthlon64Compatible() |
boolean |
IsAthlonCompatible() |
boolean |
IsBobcatCompatible() |
boolean |
IsBulldozerCompatible() |
boolean |
IsExcavatorCompatible() |
boolean |
IsGeodeCompatible() |
boolean |
IsJaguarCompatible() |
boolean |
IsK10Compatible() |
boolean |
IsK6_2_Compatible() |
boolean |
IsK6_3_Compatible() |
boolean |
IsK6Compatible() |
boolean |
IsPiledriverCompatible() |
boolean |
IsSteamrollerCompatible() |
getVendor, hasABM, hasADX, hasAES, hasAVX, hasAVX2, hasAVX512, hasBMI1, hasBMI2, hasFMA3, hasMMX, hasMOVBE, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A, hasTBM, hasX64
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 IsK10Compatible()
IsK10Compatible
in interface AMDCPUInfo
public boolean IsBobcatCompatible()
IsBobcatCompatible
in interface AMDCPUInfo
public boolean IsJaguarCompatible()
IsJaguarCompatible
in interface AMDCPUInfo
public boolean IsBulldozerCompatible()
IsBulldozerCompatible
in interface AMDCPUInfo
public boolean IsPiledriverCompatible()
IsPiledriverCompatible
in interface AMDCPUInfo
public boolean IsSteamrollerCompatible()
IsSteamrollerCompatible
in interface AMDCPUInfo
public boolean IsExcavatorCompatible()
IsExcavatorCompatible
in interface AMDCPUInfo
public String getCPUModelString() throws UnknownCPUException
getCPUModelString
in interface CPUInfo
getCPUModelString
in class CPUIDCPUInfo
UnknownCPUException
- If for any reason the retrieval of the requested information
failed. The message encapsulated in the execption indicates the
cause of the failure.