public interface AMDCPUInfo extends CPUInfo
| Modifier and Type | Method and Description |
|---|---|
boolean | IsAthlon64Compatible()Checks if the CPU is at least a 'k8' CPU (Athlon 64, Opteron etc. |
boolean | IsAthlonCompatible()Checks if the CPU is at least a 'k7' CPU (Athlon, Duron etc. |
boolean | IsBobcatCompatible()Checks if the CPU is at least a 'bobcat' CPU. |
boolean | IsBulldozerCompatible()Checks if the CPU is at least a 'bulldozer' CPU. |
boolean | IsExcavatorCompatible()Checks if the CPU is at least an 'excavator' CPU. |
boolean | IsGeodeCompatible()Checks if the CPU is at least a 'geode' CPU. |
boolean | IsJaguarCompatible()Checks if the CPU is at least a 'jaguar' CPU. |
boolean | IsK10Compatible()Checks if the CPU is at least a 'k10' CPU. |
boolean | IsK6_2_Compatible()Checks if the CPU is at least a 'k6-2' CPU. |
boolean | IsK6_3_Compatible()Checks if the CPU is at least a 'k6-3' CPU. |
boolean | IsK6Compatible()Checks if the CPU is at least a 'k6' CPU. |
boolean | IsPiledriverCompatible()Checks if the CPU is at least a 'piledriver' CPU. |
boolean | IsSteamrollerCompatible()Checks if the CPU is at least a 'steamroller' CPU. |
boolean | IsZen2Compatible()Checks if the CPU is at least a Zen2 family CPU. |
boolean | IsZen3Compatible()Checks if the CPU is at least a Zen3 family CPU. |
boolean | IsZen4Compatible()Checks if the CPU is at least a Zen4 family CPU. |
boolean | IsZen5Compatible()Checks if the CPU is at least a Zen5 family CPU. |
boolean | IsZenCompatible()Checks if the CPU is at least a Zen family CPU. |
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()
boolean IsZen2Compatible()
boolean IsZen3Compatible()
boolean IsZen4Compatible()
boolean IsZen5Compatible()
boolean IsZenCompatible()