diff options
author | Kunwu.Chan <kunwu.chan@hotmail.com> | 2023-09-22 23:33:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 08:33:19 -0700 |
commit | c0da998afa7466d58c12d8a54baf09d09ae3225e (patch) | |
tree | bd795aa1eb5035cc3feca3902db04d653021b862 /docs/markdown | |
parent | ded5bd77ad4cf078506ec3ed38278cd5d69d510a (diff) | |
download | meson-c0da998afa7466d58c12d8a54baf09d09ae3225e.zip meson-c0da998afa7466d58c12d8a54baf09d09ae3225e.tar.gz meson-c0da998afa7466d58c12d8a54baf09d09ae3225e.tar.bz2 |
CPU family support 'sw_64' and remove the compile warning (#12273)
add sw_64 to the list of known cpus
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index a21b40b..86f3e9e 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -128,11 +128,13 @@ set in the cross file. | sh4 | SuperH SH-4 | | sparc | 32 bit SPARC | | sparc64 | SPARC v9 processor | +| sw_64 | 64 bit sunway processor | | wasm32 | 32 bit Webassembly | | wasm64 | 64 bit Webassembly | | x86 | 32 bit x86 processor | | x86_64 | 64 bit x86 processor | + Any cpu family not listed in the above list is not guaranteed to remain stable in future releases. |