public interface IntelCPUInfo extends CPUInfo
Modifier and Type | Method and Description |
---|---|
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.
|
boolean IsPentiumCompatible()
boolean IsPentiumMMXCompatible()
boolean IsPentium2Compatible()
boolean IsPentium3Compatible()
boolean IsPentium4Compatible()
boolean IsPentiumMCompatible()
boolean IsAtomCompatible()
boolean IsCore2Compatible()
boolean IsCoreiCompatible()
boolean IsSandyCompatible()
boolean IsIvyCompatible()
boolean IsHaswellCompatible()
boolean IsBroadwellCompatible()