diff --git a/docs/syntax_and_semantics/platform_support.md b/docs/syntax_and_semantics/platform_support.md index 42dfb0c0f..cc4de40dd 100644 --- a/docs/syntax_and_semantics/platform_support.md +++ b/docs/syntax_and_semantics/platform_support.md @@ -42,6 +42,7 @@ Details are described in the *Comment* column. | `i386-linux-musl` | x86 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.18+)* | :material-selection-ellipse: tests
:material-selection-ellipse: builds | `x86_64-openbsd` | x64 OpenBSD | 6+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds | `x86_64-freebsd` | x64 FreeBSD | 12+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds +| `x86_64-windows-msvc` | x64 Windows (MSVC ) | 7+ | :material-circle-slice-7: tests
:material-checkbox-marked-circle: builds | *** @@ -54,7 +55,6 @@ Most typically, some parts of the standard library are not supported completely. | Target | Description | Supported versions | Comment | | ------ | ----------- | ------------------ | ------- | -| `x86_64-windows-msvc` | x64 Windows (MSVC ) | 7+ | :material-circle-slice-7: tests
:material-checkbox-marked-circle: builds | | `aarch64-linux-android` | aarch64 Android | Bionic C runtime, API level 24+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds | | `x86_64-unknown-dragonfly` | x64 DragonFlyBSD | | :material-selection-ellipse: tests
:material-selection-ellipse: builds | | `x86_64-unknown-netbsd` | x64 NetBSD | | :material-selection-ellipse: tests
:material-selection-ellipse: builds |