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