| Package | Description |
|---|---|
| freenet.support.CPUInformation | CPU identification and instruction set detection via the CPUID instruction. |
| Modifier and Type | Interface and Description |
|---|---|
interface | AMDCPUInfoAn interface for classes that provide lowlevel information about AMD CPU's |
interface | IntelCPUInfoAn interface for classes that provide lowlevel information about Intel CPU's |
interface | VIACPUInfoMoved out of CPUID.java |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | AMDInfoImplMoved out of CPUID.java
Ref: https://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures
Ref: https://gmplib.org/repo/gmp/file/tip/config.guess |
(package private) class | CPUIDCPUInfoMoved out of CPUID.java
Ref: http://en.wikipedia.org/wiki/CPUID |
(package private) class | IntelInfoImplIdentifies Intel CPUs via CPUID and exposes instruction set support flags. |
(package private) class | VIAInfoImplMoved out of CPUID.java |
| Modifier and Type | Method and Description |
|---|---|
static CPUInfo | CPUID.getInfo()Return information. |