Created Architectures (asciidoc)
This commit is contained in:
parent
e91892ccd8
commit
43c34025bb
|
@ -0,0 +1,42 @@
|
||||||
|
=== OSes / CPU Architectures
|
||||||
|
|
||||||
|
Thanks to the C backend, Nim can run on a large set of architectures.
|
||||||
|
|
||||||
|
Please help testing Nim on less common architectures and add them below:
|
||||||
|
|
||||||
|
=== Linux
|
||||||
|
|
||||||
|
==== x86
|
||||||
|
|
||||||
|
==== x86_64
|
||||||
|
|
||||||
|
==== ppc64
|
||||||
|
|
||||||
|
==== ppc64el
|
||||||
|
|
||||||
|
==== armv6l
|
||||||
|
|
||||||
|
==== arm64
|
||||||
|
|
||||||
|
==== armel
|
||||||
|
|
||||||
|
==== s390
|
||||||
|
|
||||||
|
==== alpha
|
||||||
|
|
||||||
|
==== hppa
|
||||||
|
|
||||||
|
=== BSD
|
||||||
|
|
||||||
|
=== OSX
|
||||||
|
|
||||||
|
=== Windows
|
||||||
|
|
||||||
|
==== x86
|
||||||
|
|
||||||
|
==== x86_64
|
||||||
|
|
||||||
|
==== ppc64
|
||||||
|
|
||||||
|
==== armv6l
|
||||||
|
|
Loading…
Reference in New Issue