freenet.support.CPUInformation
Interface AMDCPUInfo
- All Superinterfaces:
- CPUInfo
- All Known Implementing Classes:
- CPUID.AMDInfoImpl
- public interface AMDCPUInfo
- extends CPUInfo
- Author:
- Iakin
An interface for classes that provide lowlevel information about AMD CPU's
free (adj.): unencumbered; not under the control of others
Written by Iakin in 2004 and released into the public domain
with no warranty of any kind, either expressed or implied.
It probably won't make your computer catch on fire, or eat
your children, but it might. Use at your own risk.
IsK6Compatible
public boolean IsK6Compatible()
- Returns:
- true iff the CPU present in the machine is at least an 'k6' CPU
IsK6_2_Compatible
public boolean IsK6_2_Compatible()
- Returns:
- true iff the CPU present in the machine is at least an 'k6-2' CPU
IsK6_3_Compatible
public boolean IsK6_3_Compatible()
- Returns:
- true iff the CPU present in the machine is at least an 'k6-3' CPU
IsAthlonCompatible
public boolean IsAthlonCompatible()
- Returns:
- true iff the CPU present in the machine is at least an 'k7' CPU (Atlhon, Duron etc. and better)
IsAthlon64Compatible
public boolean IsAthlon64Compatible()
- Returns:
- true iff the CPU present in the machine is at least an 'k8' CPU (Atlhon 64, Opteron etc. and better)