Enum Cpu
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
Describes a CPU architecture.
[TypeConverter(typeof(EnumXmlConverter<Cpu>))]
public enum Cpu
- Extension Methods
Fields
AArch64 = 10Supports ARMv8 CPUs in 64-bit mode.
All = 0Supports all CPU architectures (e.g. developed with cross-platform language like Java).
Arm64EC = 11Supports ARM64 CPUs but uses x64-compatible calling convention (Windows-specific).
ArmV6L = 8Supports ARMv6 CPUs in little-endian mode.
ArmV7L = 9Supports ARMv7 CPUs in little-endian mode.
I386 = 1Supports CPUs with the i386 architecture or newer.
I486 = 2Supports CPUs with the i486 architecture or newer.
I586 = 3Supports CPUs with the i586 architecture or newer.
I686 = 4Supports CPUs with the i686.
Ppc = 6Supports CPUs with the PowerPC-architecture.
Ppc64 = 7Requires a 64-bit capable PowerPC CPU.
Source = 99This is a source release and therefore architecture-independent.
Unknown = 100The supported CPU architecture has not been set yet.
X64 = 5Requires an x86-64 capable CPU.