Skip to content

Commit 5d9c4db

Browse files
authored
Merge branch 'develop' into dependabot/cargo/all-dependencies-6129c11954
2 parents 94730e6 + a45a094 commit 5d9c4db

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/platform-support.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ We ensure that these platforms will satisfy the following requirements:
2020

2121
| OS | Arch | CKB VM Mode |
2222
| --- | --- | --- |
23-
| Ubuntu 18.04 | x64 | ASM |
23+
| Ubuntu 20.04 | x64 | ASM |
2424
| macOS | x64 | ASM |
25+
| macOS | AArch64 | ASM |
2526
| Windows | x64 | ASM |
2627

27-
The Tier 1 requires CPU to support at least SSE4.2, and AVX is recommended.
28+
The Tier 1 x64 platforms require CPU to support at least SSE4.2, and AVX is recommended.
2829

2930
## Tier 2
3031

@@ -34,20 +35,17 @@ The official binary releases are also provided for the Tier 2 platforms.
3435

3536
| OS | Arch | CKB VM Mode |
3637
| --- | --- | --- |
37-
| Ubuntu 20.04 | x64 | ASM |
38-
| Debian Stretch | x64 | ASM |
39-
| Debian Buster | x64 | ASM |
40-
| Arch Linux | x64 | ASM |
38+
| Linux (glibc) | AArch64 | ASM |
4139
| CentOS 7 | x64 | ASM |
42-
| Ubuntu 20.04 | AArch64 | ASM |
43-
| macOS | AArch64 | ASM |
4440

45-
The Tier 2 requires CPU to support following instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2). The provided binaries cannot run on the platforms without these instructions.
41+
> **Note**: CentOS has reached its end of life. Binary releases for CentOS are deprecated and will be removed in a future version.
42+
43+
The Tier 2 x64 platforms require CPU to support following instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2). The provided binaries cannot run on the platforms without these instructions.
4644

4745
## Tier 3
4846

4947
Tier 3 platforms are those which the Rust code base has support for, but which are not built or tested automatically. Or they have no the working ASM mode of CKB VM thus they are not guaranteed to fully conform to the CKB consensus.
5048

5149
| OS | Arch | CKB VM Mode |
5250
| --- | --- | --- |
53-
| Any OS in Tier 1 and 2 | AArch64 | Rust |
51+
| Any | Any | Rust |

0 commit comments

Comments
 (0)