Fields

Unknown = 0,
AM33 = 467,

Matsushita AM33

X64 = 34404,

x64

ARM = 448,

ARM little endian

ARM64 = 43620,

ARM64 little endian

ARMNT = 452,

ARM Thumb-2 little endian

EBC = 3772,

EFI byte code

I386 = 332,

Intel 386 or later processors and compatible processors

IA64 = 512,

Intel Itanium processor family

M32R = 36929,

Mitsubishi M32R little endian

MIPS16 = 614,

MIPS16

MIPSFPU = 870,

MIPS with FPU

MIPSFPU16 = 1126,

MIPS16 with FPU

POWERPC = 496,

Power PC little endian

POWERPCFP = 497,

Power PC with floating point support

R4000 = 358,

MIPS little endian

RISCV32 = 20530,

RISC-V 32-bit address space

RISCV64 = 20580,

RISC-V 64-bit address space

RISCV128 = 20776,

RISC-V 128-bit address space

SH3 = 418,

Hitachi SH3

SH3DSP = 419,

Hitachi SH3 DSP

SH4 = 422,

Hitachi SH4

SH5 = 424,

Hitachi SH5

Thumb = 450,

Thumb

WCEMIPSV2 = 361,

MIPS little-endian WCE v2

Functions

fn fromTargetCpuArch(arch: std.Target.Cpu.Arch) MachineType

No documentation provided.

fn toTargetCpuArch(machine_type: MachineType) ?std.Target.Cpu.Arch

No documentation provided.