We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fda26b commit ef70365Copy full SHA for ef70365
src/attributes/codegen.md
@@ -358,7 +358,7 @@ trait object whose methods are attributed.
358
The `instruction_set` attribute may be applied to a function to enable code generation for a specific
359
instruction set supported by the target architecture. Currently, this is only available for `ARMv4T`
360
devices where the architecture has "ARM code" and "Thumb code" available and a single program may
361
-utilise both of these. If not specified the default instruction set for the target will be used.
+utilize both of these. If not specified the default instruction set for the target will be used.
362
363
```rust
364
#[instruction_set(arm::a32)]
0 commit comments