You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-support.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,12 @@ We ensure that these platforms will satisfy the following requirements:
20
20
21
21
| OS | Arch | CKB VM Mode |
22
22
| --- | --- | --- |
23
-
| Ubuntu 18.04 | x64 | ASM |
23
+
| Ubuntu 20.04 | x64 | ASM |
24
24
| macOS | x64 | ASM |
25
+
| macOS | AArch64 | ASM |
25
26
| Windows | x64 | ASM |
26
27
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.
28
29
29
30
## Tier 2
30
31
@@ -34,20 +35,17 @@ The official binary releases are also provided for the Tier 2 platforms.
34
35
35
36
| OS | Arch | CKB VM Mode |
36
37
| --- | --- | --- |
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 |
41
39
| CentOS 7 | x64 | ASM |
42
-
| Ubuntu 20.04 | AArch64 | ASM |
43
-
| macOS | AArch64 | ASM |
44
40
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.
46
44
47
45
## Tier 3
48
46
49
47
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.
0 commit comments