authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-10-06 12:07:22-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-10-08 21:42:59-04:00
log968ff38cad1db6c108d402442825f80453accd7c
treef3d70f353b48d06026126f6dd211f3e76b49fcfa
parentb4e42042cf27177479f448248601b9be92ca6345

better support table


1 files changed, 39 insertions(+), 0 deletions(-)

README.md+39
......@@ -51,6 +51,45 @@ clarity.
5151 standard library that does not depend on an OS is available to you in
5252 freestanding mode.
5353
54### Support Table
55Freestanding means that you do not directly interact with the OS
56or you are writing your own OS.
57
58Note that if you use libc or other libraries to interact with the OS,
59that counts as "freestanding" for the purposes of this table.
60
61| | freestanding | linux | macosx | windows | other |
62|-------------|--------------|---------|---------|---------|---------|
63|i386 | OK | planned | OK | OK | planned |
64|x86_64 | OK | OK | OK | OK | planned |
65|arm | OK | planned | planned | N/A | planned |
66|aarch64 | OK | planned | planned | planned | planned |
67|avr | OK | planned | planned | N/A | planned |
68|bpf | OK | planned | planned | N/A | planned |
69|hexagon | OK | planned | planned | N/A | planned |
70|mips | OK | planned | planned | N/A | planned |
71|msp430 | OK | planned | planned | N/A | planned |
72|nios2 | OK | planned | planned | N/A | planned |
73|powerpc | OK | planned | planned | N/A | planned |
74|r600 | OK | planned | planned | N/A | planned |
75|amdgcn | OK | planned | planned | N/A | planned |
76|riscv | OK | planned | planned | N/A | planned |
77|sparc | OK | planned | planned | N/A | planned |
78|s390x | OK | planned | planned | N/A | planned |
79|tce | OK | planned | planned | N/A | planned |
80|thumb | OK | planned | planned | N/A | planned |
81|xcore | OK | planned | planned | N/A | planned |
82|nvptx | OK | planned | planned | N/A | planned |
83|le | OK | planned | planned | N/A | planned |
84|amdil | OK | planned | planned | N/A | planned |
85|hsail | OK | planned | planned | N/A | planned |
86|spir | OK | planned | planned | N/A | planned |
87|kalimba | OK | planned | planned | N/A | planned |
88|shave | OK | planned | planned | N/A | planned |
89|lanai | OK | planned | planned | N/A | planned |
90|wasm | OK | N/A | N/A | N/A | N/A |
91|renderscript | OK | N/A | N/A | N/A | N/A |
92
5493## Community
5594
5695 * IRC: `#zig` on Freenode.