diff --git a/docs/syntax_and_semantics/platform_support.md b/docs/syntax_and_semantics/platform_support.md index 42dfb0c0f..56a4a4b8b 100644 --- a/docs/syntax_and_semantics/platform_support.md +++ b/docs/syntax_and_semantics/platform_support.md @@ -54,7 +54,8 @@ 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 | +| `x86_64-windows-msvc` | x64 Windows (MSVC) | 7+ | :material-circle-slice-7: tests
:material-checkbox-marked-circle: builds | +| `aarch64-windows-msvc` | ARM64 Windows (MSVC) | 11+ | :material-selection-ellipse: tests
:material-selection-ellipse: 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 |