diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-06-19 10:54:18 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-06-19 10:54:18 -0700 |
commit | 348b0ef671223dec2560adaec5fb7328bca61b25 (patch) | |
tree | fad3683fb27a428bff387f3f03a7de6236910405 /docs/markdown/Reference-tables.md | |
parent | 189d3b051393271a938e78e159da1ee6476a34c9 (diff) | |
download | meson-348b0ef671223dec2560adaec5fb7328bca61b25.zip meson-348b0ef671223dec2560adaec5fb7328bca61b25.tar.gz meson-348b0ef671223dec2560adaec5fb7328bca61b25.tar.bz2 |
docs: Alphabetically sort the cpu_family reference table
It's close, but not quite. This should make it easier to read
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 81ce921..560630c 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -82,14 +82,16 @@ set in the cross file. | arc | 32 bit ARC processor | | arm | 32 bit ARM processor | | avr | Atmel AVR processor | -| e2k | MCST Elbrus processor | | c2000 | 32 bit C2000 processor | +| dspic | 16 bit Microchip dsPIC | +| e2k | MCST Elbrus processor | | ia64 | Itanium processor | | m68k | Motorola 68000 processor | | microblaze | MicroBlaze processor | | mips | 32 bit MIPS processor | | mips64 | 64 bit MIPS processor | | parisc | HP PA-RISC processor | +| pic24 | 16 bit Microchip PIC24 | | ppc | 32 bit PPC processors | | ppc64 | 64 bit PPC processors | | riscv32 | 32 bit RISC-V Open ISA | @@ -102,8 +104,6 @@ set in the cross file. | sparc64 | SPARC v9 processor | | wasm32 | 32 bit Webassembly | | wasm64 | 64 bit Webassembly | -| pic24 | 16 bit Microchip PIC24 | -| dspic | 16 bit Microchip dsPIC | | x86 | 32 bit x86 processor | | x86_64 | 64 bit x86 processor | |