Index: libk.md ================================================================== --- libk.md +++ libk.md @@ -94,10 +94,11 @@ * assembly code: `*.s` **arches** these atoms will be used to reference particular system architectures. these will mostly be used in the filenames of assembly code. + * Intel/AMD x86: `x86` * ARM: `arm` (aarch64 is specified by `os=arm bits=64`) * MIPS: `mips` * Itanium: `ia64` (no bits) * PowerPC: `ppc`