README.adoc: use a table to display supported architectures

Also: add IBM Z; mark PowerPC-32 as "tier 2" (we no longer have it in CI).
master
Xavier Leroy 2019-04-05 17:31:20 +02:00
parent 10c7fd7b48
commit ea83abc3d6
1 changed files with 10 additions and 14 deletions

View File

@ -45,21 +45,17 @@ generated programs deliver excellent performance, while retaining the
moderate memory requirements of the bytecode compiler. The native-code
compiler currently runs on the following platforms:
Tier 1 (actively used and maintained by the core OCaml team):
x86 64 bits (AMD64):: Linux, macOS, MS Windows, FreeBSD
x86 32 bits (IA32):: Linux, MS Windows
POWER and PowerPC:: Linux
ARM 32 bits:: Linux
ARM 64 bits (AArch64):: Linux
Tier 2 (maintained when possible, with help from users):
x86 64 bits (AMD64):: OpenBSD, NetBSD
x86 32 bits (IA32):: FreeBSD, OpenBSD, NetBSD
ARM 32 bits:: OpenBSD
ARM 64 bits (AArch64):: FreeBSD
|====
| | Tier 1 (actively maintained) | Tier 2 (maintained when possible)
| x86 64 bits | Linux, macOS, Windows, FreeBSD | NetBSD, OpenBSD
| x86 32 bits | Linux, Windows | FreeBSD, NetBSD, OpenBSD
| ARM 64 bits | Linux | FreeBSD
| ARM 32 bits | Linux | FreeBSD, NetBSD, OpenBSD
| Power 64 bits | Linux |
| Power 32 bits | | Linux
| IBM Z (s390x) | Linux |
|====
Other operating systems for the processors above have not been tested, but
the compiler may work under other operating systems with little work.