From 583e9c4af6fabaf9e61f16a7422160ae2977fce4 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 1 Jun 2018 04:31:38 -0700 Subject: docs: Update cpu families (#3651) [skip ci] Add several archs to the CPU family table ppc64, ppc64le, Itanium,HP PA-RISC, sparc v9 (64 bit) This covers most of the sparc systems in use today. --- docs/markdown/Reference-tables.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 2157e72..d0a2c83 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -43,8 +43,14 @@ set in the cross file. | ----- | ------- | | x86 | 32 bit x86 processor | | x86_64 | 64 bit x86 processor | -| arm | 32 bit ARM processor | +| ia64 | Itanium processor | +| arm | 32 bit ARM processor | +| aarch64 | 64 bit ARM processor | +| ppc64 | 64 bit PPC processors (Big Endian) | +| ppc64le | 64 bit PPC processors (Little Endian) | | e2k | MCST Elbrus processor | +| parisc | HP PA-RISC processor | +| sparc64 | SPARC v9 processor | Any cpu family not listed in the above list is not guaranteed to remain stable in future releases. -- cgit v1.1