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