List of Detected CPU Architectures
TIP
Use the CPUArch enum from the enums submodule to reference CPU architectures in code.
| Value | Description |
|---|---|
ia32 | Intel x86 |
amd64 | Intel x86-64 / x64 |
ia64 | Intel Itanium |
alpha | DEC Alpha |
arm | ARM 32-bit |
arm64 | ARM 64-bit |
armhf | ARM Hard Float |
68k | Motorola 68000 series |
avr | AVR Microcontroller |
irix | SGI IRIX 32-bit |
irix64 | SGI IRIX 64-bit |
mips | MIPS 32-bit |
mips64 | MIPS 64-bit |
pa-risc | HP PA-RISC |
ppc | PowerPC |
sparc | SPARC 32-bit |
sparc64 | SPARC 64-bit |
