public interface IntelCPUInfo extends CPUInfo
| Modifier and Type | Method and Description |
|---|---|
boolean | IsAtomCompatible()Returns whether the CPU implements at least an Atom level instruction/feature set. |
boolean | IsBroadwellCompatible()Returns whether the CPU implements at least a Broadwell level instruction/feature set. |
boolean | IsCore2Compatible()Returns whether the CPU implements at least a Core2 level instruction/feature set. |
boolean | IsCoreiCompatible()Returns whether the CPU implements at least a Corei level instruction/feature set. |
boolean | IsHaswellCompatible()Returns whether the CPU implements at least a Haswell level instruction/feature set. |
boolean | IsIvyCompatible()Returns whether the CPU implements at least a IvyBridge level instruction/feature set. |
boolean | IsPentium2Compatible()Returns whether the CPU implements at least the p6 instruction set (Pentium II or better). |
boolean | IsPentium3Compatible()Returns whether the CPU implements at least a Pentium III level of the p6 instruction/feature set. |
boolean | IsPentium4Compatible()Returns whether the CPU implements at least a Pentium IV level instruction/feature set. |
boolean | IsPentiumCompatible()Returns whether the CPU is at least a Pentium CPU. |
boolean | IsPentiumMCompatible()Returns whether the CPU implements at least a Pentium M level instruction/feature set. |
boolean | IsPentiumMMXCompatible()Returns whether the CPU is at least a Pentium which implements the MMX instruction/feature set. |
boolean | IsSandyCompatible()Returns whether the CPU implements at least a SandyBridge level instruction/feature set. |
boolean | IsSkylakeCompatible()Returns whether the CPU implements at least a Skylake level instruction/feature set. |
boolean IsAtomCompatible()
boolean IsBroadwellCompatible()
boolean IsCore2Compatible()
boolean IsCoreiCompatible()
boolean IsHaswellCompatible()
boolean IsIvyCompatible()
boolean IsPentium2Compatible()
boolean IsPentium3Compatible()
boolean IsPentium4Compatible()
boolean IsPentiumCompatible()
boolean IsPentiumMCompatible()
boolean IsPentiumMMXCompatible()
boolean IsSandyCompatible()
boolean IsSkylakeCompatible()