diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-06-01 04:31:38 -0700 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-01 11:31:38 +0000 |
commit | 583e9c4af6fabaf9e61f16a7422160ae2977fce4 (patch) | |
tree | 9b48f533cc2189cd6effc5a3080be388bd50cbad | |
parent | 4e0a4177632831f761b46d340e7a0934327ff321 (diff) | |
download | meson-583e9c4af6fabaf9e61f16a7422160ae2977fce4.zip meson-583e9c4af6fabaf9e61f16a7422160ae2977fce4.tar.gz meson-583e9c4af6fabaf9e61f16a7422160ae2977fce4.tar.bz2 |
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.
-rw-r--r-- | docs/markdown/Reference-tables.md | 8 |
1 files changed, 7 insertions, 1 deletions
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. |