CPUInfo, IntelCPUInfoclass IntelInfoImpl extends CPUIDCPUInfo implements IntelCPUInfo
| Constructor | Description |
|---|---|
IntelInfoImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCPUModelString() |
|
boolean |
IsAtomCompatible() |
Supports the SSE 2 and SSE 3 instructions.
|
boolean |
IsBroadwellCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsCore2Compatible() |
Supports the SSE 3 instructions.
|
boolean |
IsCoreiCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsHaswellCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsIvyCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsPentium2Compatible() |
|
boolean |
IsPentium3Compatible() |
|
boolean |
IsPentium4Compatible() |
Supports the SSE 2 instructions.
|
boolean |
IsPentiumCompatible() |
|
boolean |
IsPentiumMCompatible() |
|
boolean |
IsPentiumMMXCompatible() |
|
boolean |
IsSandyCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
getVendor, hasABM, hasADX, hasAES, hasAVX, hasAVX2, hasAVX512, hasBMI1, hasBMI2, hasFMA3, hasMMX, hasMOVBE, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A, hasTBM, hasX64public boolean IsPentiumCompatible()
IsPentiumCompatible in interface IntelCPUInfopublic boolean IsPentiumMMXCompatible()
IsPentiumMMXCompatible in interface IntelCPUInfopublic boolean IsPentium2Compatible()
IsPentium2Compatible in interface IntelCPUInfopublic boolean IsPentium3Compatible()
IsPentium3Compatible in interface IntelCPUInfopublic boolean IsPentium4Compatible()
IntelCPUInfoIsPentium4Compatible in interface IntelCPUInfopublic boolean IsPentiumMCompatible()
IsPentiumMCompatible in interface IntelCPUInfopublic boolean IsAtomCompatible()
IntelCPUInfoIsAtomCompatible in interface IntelCPUInfopublic boolean IsCore2Compatible()
IntelCPUInfoIsCore2Compatible in interface IntelCPUInfopublic boolean IsCoreiCompatible()
IntelCPUInfoIsCoreiCompatible in interface IntelCPUInfopublic boolean IsSandyCompatible()
IntelCPUInfoIsSandyCompatible in interface IntelCPUInfopublic boolean IsIvyCompatible()
IntelCPUInfoIsIvyCompatible in interface IntelCPUInfopublic boolean IsHaswellCompatible()
IntelCPUInfoIsHaswellCompatible in interface IntelCPUInfopublic boolean IsBroadwellCompatible()
IntelCPUInfoIsBroadwellCompatible in interface IntelCPUInfopublic String getCPUModelString() throws UnknownCPUException
getCPUModelString in interface CPUInfogetCPUModelString in class CPUIDCPUInfoUnknownCPUException - If for any reason the retrieval of the requested information
failed. The message encapsulated in the execption indicates the
cause of the failure.