Structs§
Enums§
Constants§
- AARCH64
- AARC
H64_ APPLE - AVR
- AVR 8-bit (ATmega328P, ATmega2560, etc.) — no cache, 2-byte pointers.
- CORTEX_
M - ARM Cortex-M0 / M0+ / M3 — no cache.
- CORTEX_
M4 - ARM Cortex-M4 / M4F / M7 / M33 — 32-byte cache lines.
- RISCV64
- WASM32
- X86_
64_ SYSV
Functions§
- arch_
by_ name - Resolve an architecture name string or Rust target triple to a static
ArchConfig. - arch_
by_ triple - Map a Rust target triple to an
ArchConfig. - with_
overrides - Create a custom
ArchConfigby overriding specific fields of a base arch.