We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10018d8 + 9cbc310 commit 652c8b6Copy full SHA for 652c8b6
src/doc/rustc/src/platform-support/loongarch-none.md
@@ -32,7 +32,7 @@ By default, code generated with the soft-float target should run on any
32
LoongArch64 hardware, with the hard-float target additionally requiring an FPU;
33
enabling additional target features may raise this baseline.
34
35
-Code generated with the targets will use the `small` code model by default.
+Code generated with the targets will use the `medium` code model by default.
36
You can change this using the `-C code-model=` option to rustc.
37
38
On `loongarch64-unknown-none*`, `extern "C"` uses the [architecture's standard calling convention][lapcs].
0 commit comments