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).
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 (up to i686).
I486 = 2Supports CPUs with the i486 architecture or newer (up to i686).
I586 = 3Supports CPUs with the i586 architecture or newer (up to i686).
I686 = 4Supports CPUs with the i686.
Ppc = 6Supports CPUs with the PowerPC-architecture (used in older Macs).
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 a x86-64 capable CPU.