We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48e7b0 commit 9cbc310Copy full SHA for 9cbc310
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