Package com.kenai.jnr.x86asm
Class CpuInfo
- java.lang.Object
-
- com.kenai.jnr.x86asm.CpuInfo
-
@Deprecated public class CpuInfo extends java.lang.Object
Deprecated.Information about target CPU
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CpuInfo.Vendor
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description (package private) int
family
Deprecated.static CpuInfo
GENERIC
Deprecated.(package private) CpuInfo.Vendor
vendor
Deprecated.
-
Constructor Summary
Constructors Constructor Description CpuInfo(CpuInfo.Vendor vendor, int family)
Deprecated.
-
-
-
Field Detail
-
vendor
final CpuInfo.Vendor vendor
Deprecated.
-
family
final int family
Deprecated.
-
GENERIC
public static final CpuInfo GENERIC
Deprecated.
-
-
Constructor Detail
-
CpuInfo
public CpuInfo(CpuInfo.Vendor vendor, int family)
Deprecated.
-
-