File tree 1 file changed +3
-3
lines changed
src/doc/rustc/src/platform-support
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ FPU support.
43
43
44
44
If a target ends if ` eabihf ` , that target uses the so-called * hard-float ABI* :
45
45
functions which take ` f32 ` or ` f64 ` as arguments will have them passed via FPU
46
- registers. These target therefore require the use of an FPU and will assume the
46
+ registers. These targets therefore require the use of an FPU and will assume the
47
47
minimum support FPU for that architecture is available. More advanced FPU
48
48
instructions (e.g. ones that work on double-precision ` f64 ` values) may be
49
49
generated if the code is compiled with a ` target-cpu ` or ` target-feature ` option
@@ -66,10 +66,10 @@ scheduling and support for the features you do have. More details are available
66
66
in the detailed target-specific documentation.
67
67
68
68
** Note:** Many target-features are currently unstable and subject to change, and
69
- if you use them you should dissassmble the compiler output and manually inspect
69
+ if you use them you should disassemble the compiler output and manually inspect
70
70
it to ensure only appropriate instructions for your CPU have been generated.
71
71
72
- If do you wish to use the * target-cpu* and * target-feature* options, you can add
72
+ If you wish to use the * target-cpu* and * target-feature* options, you can add
73
73
them to your ` .cargo/config.toml ` file alongside any other flags your project
74
74
uses (likely linker related ones):
75
75
You can’t perform that action at this time.
0 commit comments