Skip to content

Commit 8d93ee4

Browse files
authored
doc(format): system.nim: doc of hostCPU for loongarch64
In doc, `loongarch64` used to be written as `'"loongarch64"'` since it's [supported](nim-lang#19223)
1 parent 9ac072e commit 8d93ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ const
10371037
## Possible values:
10381038
## `"i386"`, `"alpha"`, `"powerpc"`, `"powerpc64"`, `"powerpc64el"`,
10391039
## `"sparc"`, `"amd64"`, `"mips"`, `"mipsel"`, `"arm"`, `"arm64"`,
1040-
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, '"loongarch64"'.
1040+
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, `"loongarch64"`.
10411041

10421042
seqShallowFlag = low(int)
10431043
strlitFlag = 1 shl (sizeof(int)*8 - 2) # later versions of the codegen \

0 commit comments

Comments
 (0)