File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,19 @@ <h2 id="mem">Memory Model</h2>
44
44
45
45
< h2 id ="ports "> Ports</ h2 >
46
46
47
- < h3 id ="loong64 "> Loongson 64-bit</ h3 >
47
+ < h3 id ="loong64 "> LoongArch 64-bit</ h3 >
48
48
< p > <!-- https://go.dev/issue/46229 -->
49
- Go 1.19 adds support for the Loongson 64-bit architecture LoongArch
49
+ Go 1.19 adds support for the Loongson 64-bit architecture
50
+ < a href ="https://loongson.github.io/LoongArch-Documentation "> LoongArch</ a >
50
51
on Linux (< code > GOOS=linux</ code > , < code > GOARCH=loong64</ code > ).
52
+ The implemented ABI is LP64D. Minimum kernel version supported is 5.19.
53
+ </ p >
54
+ < p >
55
+ Note that most existing commercial Linux distributions for LoongArch come
56
+ with older kernels, with a historical incompatible system call ABI.
57
+ Compiled binaries will not work on these systems, even if statically linked.
58
+ Users on such unsupported systems are limited to the distribution-provided
59
+ Go package.
51
60
</ p >
52
61
53
62
< h3 id ="riscv64 "> RISC-V</ h3 >
You can’t perform that action at this time.
0 commit comments