Skip to content

Commit

Permalink
doc(format): system.nim: doc of hostCPU for loongarch64 (#23621)
Browse files Browse the repository at this point in the history
In doc, `loongarch64` used to be written as `'"loongarch64"'`

since it's [supported](#19223)
  • Loading branch information
litlighilit authored May 17, 2024
1 parent 4e7c70f commit b3b26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ const
## Possible values:
## `"i386"`, `"alpha"`, `"powerpc"`, `"powerpc64"`, `"powerpc64el"`,
## `"sparc"`, `"amd64"`, `"mips"`, `"mipsel"`, `"arm"`, `"arm64"`,
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, '"loongarch64"'.
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, `"loongarch64"`.

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

0 comments on commit b3b26b2

Please sign in to comment.